array need to contain key/value pairs

This commit is contained in:
Björn Schießle 2016-01-14 12:39:39 +01:00
parent 67801a5566
commit b7c849b5b0
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ time for 1 second since starting the Action processing. If you want to
change this (such as disabling, 0 seconds, or maybe running bigger
chunks, for like 4 seconds) you can do this, where 'n' is time in seconds.
addPlugin('OpportunisticQM', array('secs_per_action', n));
addPlugin('OpportunisticQM', array('secs_per_action' => n));
Add 'rel_to_pageload'=>false to the array if you want to run the queue
for a certain amount of seconds _despite_ maybe already having run that