Skip to content

Commit 82751f6

Browse files
committed
600000
1 parent c245c04 commit 82751f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/qiita

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,8 +464,8 @@ def start(port, master):
464464
# Set a PeriodicCallback for cleaning up the threads every 10 seconds
465465
# To understand why this is working as expected, check the multiprocessing
466466
# documentation https://docs.python.org/2/library/multiprocessing.html
467-
# 2400000 == 40 min
468-
PeriodicCallback(lambda: active_children(), 2400000).start()
467+
# 600000 == 10 min
468+
PeriodicCallback(lambda: active_children(), 600000).start()
469469

470470
ioloop.start()
471471

0 commit comments

Comments
 (0)