Commit 4cb82ea9 authored by blitzmann's avatar blitzmann

Revert testing condition that decreased number of tasks kept

parent 572ac4a1
......@@ -23,7 +23,7 @@ STAT_STARTED = 2
STAT_FINISH_SUCCESS = 3
# Only retain this many tasks in dequeued list
TASK_CLEANUP_TRIGGER = 5
TASK_CLEANUP_TRIGGER = 20
QueuedTask = namedtuple('QueuedTask', 'num, user, added, task')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment