# Job Runs by cron
$wgJobRunRate = 0;
+# dissolves double redirects automatically
+$wgFixDoubleRedirects = TRUE;
+
# Allow external images from a few sites
$wgAllowExternalImagesFrom = array( 'http://tile.openstreetmap.org/', 'http://svenanders.openstreetmap.de/', 'http://josm.openstreetmap.de/', 'http://trac.openstreetmap.org/', 'http://rweait.dev.openstreetmap.org/' );