Skip to content

Commit 6088ad6

Browse files
committed
Increase processing message frequency on startup
1 parent c4e52d5 commit 6088ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spns/hivemind.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1629,7 +1629,7 @@ FROM subscriptions)")) {
16291629
/*_skip_validation=*/true);
16301630
}
16311631

1632-
if (++count % 100000 == 0) {
1632+
if (++count % 25000 == 0) {
16331633
auto now = steady_clock::now();
16341634
auto elapsed = now - last_print;
16351635
if (elapsed >= 1s) {

0 commit comments

Comments
 (0)