We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf696c commit e31d561Copy full SHA for e31d561
aikido_zen/thread/process_worker.py
@@ -4,8 +4,8 @@
4
from aikido_zen.helpers.logging import logger
5
from aikido_zen.thread import thread_cache
6
7
-# Renew the cache from this background worker every 5 seconds
8
-RENEW_CACHE_EVERY_X_SEC = 5
+# Renew the cache from this background worker every 15 seconds
+RENEW_CACHE_EVERY_X_SEC = 15
9
10
11
def aikido_process_worker_thread():
0 commit comments