]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mediawiki/templates/default/LocalSettings.php.erb
Mediawiki: use multi-proc job queue. cron cleanups
[chef.git] / cookbooks / mediawiki / templates / default / LocalSettings.php.erb
index 83e072a131e5c168c457abf4c24d9781f4bb2ba5..e6a0866d2f589bb44ae86eac549d98b07f8a1360 100644 (file)
@@ -238,8 +238,8 @@ $wgDisableCounters = TRUE;
 # Disable IP in Header to avoid cache issue
 $wgShowIPinHeader = FALSE;
 
-# Job Runs by cron
-$wgJobRunRate = 0;
+# Job Runs mostly by cron
+$wgJobRunRate = 0.01;
 
 # dissolves double redirects automatically
 $wgFixDoubleRedirects = TRUE;