Passed
Push — master ( 9e3c7a...14aabe )
by Greg
06:13
created
app/Module/SiteMapModule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.