Revert testing condition that decreased number of tasks kept

pull/1580/head
blitzmann 4 years ago
parent 572ac4a17b
commit 4cb82ea9bd

@ -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')

Loading…
Cancel
Save