Skip to content

Commit ccf6536

Browse files
authored
bugfix for incorrect event scheduling when EnableStatistics is disabled (#11011)
1 parent e3edf46 commit ccf6536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/schemeshard/schemeshard_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7377,7 +7377,7 @@ void TSchemeShard::ConnectToSA() {
73777377

73787378
TDuration TSchemeShard::SendBaseStatsToSA() {
73797379
if (!EnableStatistics) {
7380-
return TDuration::Max();
7380+
return TDuration::Seconds(30);
73817381
}
73827382

73837383
if (!SAPipeClientId) {

0 commit comments

Comments
 (0)