diff --git a/ezidapp/management/commands/proc-cleanup-async-queues_v2.py b/ezidapp/management/commands/proc-cleanup-async-queues_v2.py index fd7e221f..27f3fa91 100644 --- a/ezidapp/management/commands/proc-cleanup-async-queues_v2.py +++ b/ezidapp/management/commands/proc-cleanup-async-queues_v2.py @@ -79,7 +79,7 @@ def run(self): Args: None """ - ASYNC_CLEANUP_SLEEP = 60 + ASYNC_CLEANUP_SLEEP = 60 * 10 BATCH_SIZE = self.opt.pagesize if BATCH_SIZE is None: