Skip to content

Commit 6cdfd9a

Browse files
committed
do snapshots every 5 minutes
1 parent 5ccaab6 commit 6cdfd9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uplink/src/collector/clickhouse_collector.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ impl ClickhouseCollector {
378378
}
379379
}
380380
}
381-
sleep(Duration::from_secs(30)).await; // Wait 30 secs
381+
sleep(Duration::from_secs(60 * 5)).await;
382382
}
383383
}
384384

0 commit comments

Comments
 (0)