You are here

constant TAXONOMY_EDGE_MAX_DEPTH in Taxonomy Edge 7

Same name and namespace in other branches
  1. 8 taxonomy_edge.module \TAXONOMY_EDGE_MAX_DEPTH
  2. 6 taxonomy_edge.module \TAXONOMY_EDGE_MAX_DEPTH
  3. 7.2 taxonomy_edge.module \TAXONOMY_EDGE_MAX_DEPTH

Fail safe for avoiding infite loops when rebuilding edges.

2 uses of TAXONOMY_EDGE_MAX_DEPTH
taxonomy_edge_rebuild_edges in ./taxonomy_edge.rebuild.inc
Rebuild entire edge list.
taxonomy_edge_settings_form in ./taxonomy_edge.admin.inc
Form build for the settings form.

File

./taxonomy_edge.module, line 25
Optimization of taxonomy data model for SQL performance.

Code

define('TAXONOMY_EDGE_MAX_DEPTH', 100);