Skip to content

Commit e31d561

Browse files
bitterpanda63willem-delbare
authored andcommitted
Process worker, only renew cache every 15 seconds
1 parent bcf696c commit e31d561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aikido_zen/thread/process_worker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
from aikido_zen.helpers.logging import logger
55
from aikido_zen.thread import thread_cache
66

7-
# Renew the cache from this background worker every 5 seconds
8-
RENEW_CACHE_EVERY_X_SEC = 5
7+
# Renew the cache from this background worker every 15 seconds
8+
RENEW_CACHE_EVERY_X_SEC = 15
99

1010

1111
def aikido_process_worker_thread():

0 commit comments

Comments
 (0)