Skip to content

Commit

Permalink
adjust ASYNC_CLEANUP_SLEEP time
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjiang committed Oct 25, 2024
1 parent ca8025e commit c3a9db1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c3a9db1

Please sign in to comment.