Skip to content
Snippets Groups Projects
Commit 967cc0b2 authored by Florian Pritz's avatar Florian Pritz
Browse files

archwiki: Enable background jobs to fix slow category updating


This might cause performance issues, but let's see.

Signed-off-by: default avatarFlorian Pritz <bluewind@xinu.at>
parent a35a8c21
No related branches found
No related tags found
1 merge request!516archwiki: merge LocalSettings.archlinux.org.php from the archwiki git repo into LocalSettings.php.j2
......@@ -76,8 +76,8 @@ $wgResourceLoaderMaxQueryLength = -1;
$wgGitRepositoryViewers['.+projects\.archlinux\.org/vhosts/wiki\.archlinux\.org\.git(.*)'] = 'https://projects.archlinux.org/vhosts/wiki.archlinux.org.git/commit/?id=%H';
$wgJobRunRate = 0;
$wgRunJobsAsync = 1;
$wgJobRunRate = 1;
$wgRunJobsAsync = 0;
# Enable subpages in the main namespace (FS#39668)
$wgNamespacesWithSubpages[NS_MAIN] = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment