Skip to content

Commit d3c06c3

Browse files
committed
lower polling even more, this is v expensive
1 parent e6a026d commit d3c06c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/bin/clickhouse_loader.py

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

2323
logger = get_logger(__name__)
2424

25-
SLEEP_S = 120
25+
SLEEP_S = 300
2626

2727

2828
def signal_handler(*_):

0 commit comments

Comments
 (0)