Skip to content

Commit 4a5f898

Browse files
committed
300000
1 parent 47d54df commit 4a5f898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/qiita

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ 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-
# PeriodicCallback(lambda: active_children(), 10000).start()
467+
PeriodicCallback(lambda: active_children(), 300000).start()
468468

469469
ioloop.start()
470470

0 commit comments

Comments
 (0)