Skip to content

Commit 50e43a6

Browse files
committed
Set default watch interval to 30 seconds
Signed-off-by: hwassman <[email protected]>
1 parent 3c6cb95 commit 50e43a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/watcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
class ConfigWatcher(object):
3030
running = False
31-
refresh_delay_secs = 1
31+
refresh_delay_secs = 30
3232

3333
def __init__(self, watch_paths, call_func_on_change=None, *args, **kwargs):
3434
self._cached_stamp = {}

0 commit comments

Comments
 (0)