@@ -46,7 +46,7 @@ |
||
46 | 46 | { |
47 | 47 | use ModuleChartTrait; |
48 | 48 | |
49 | - protected const ROUTE_URL = '/tree/{tree}/lifespans'; |
|
49 | + protected const ROUTE_URL = '/tree/{tree}/lifespans'; |
|
50 | 50 | |
51 | 51 | // Defaults |
52 | 52 | protected const DEFAULT_PARAMETERS = []; |
@@ -58,7 +58,7 @@ |
||
58 | 58 | use ModuleConfigTrait; |
59 | 59 | |
60 | 60 | private const RECORDS_PER_VOLUME = 500; // Keep sitemap files small, for memory, CPU and max_allowed_packet limits. |
61 | - private const CACHE_LIFE = 1;//209600; // Two weeks |
|
61 | + private const CACHE_LIFE = 1; //209600; // Two weeks |
|
62 | 62 | |
63 | 63 | /** @var TreeService */ |
64 | 64 | private $tree_service; |