We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd26a6 commit bd37129Copy full SHA for bd37129
mediawiki/build/mwjobrunner.sh
@@ -13,7 +13,7 @@ while true; do
13
# Everything else, limit the number of jobs on each batch
14
# The --wait parameter will pause the execution here until new jobs are added,
15
# to avoid running the loop without anything to do
16
- php $RUNJOBS --wait --maxjobs=30
+ php $RUNJOBS --wait --maxjobs=500
17
# Wait some seconds to let the CPU do other things, like handling web requests, etc
18
echo Waiting for 3 seconds...
19
sleep 3
0 commit comments