mirror of
https://github.com/janeczku/calibre-web
synced 2025-08-30 01:17:57 +00:00
Revert testing condition that decreased number of tasks kept
This commit is contained in:
@@ -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')
|
||||
|
||||
|
Reference in New Issue
Block a user