Skip to content

Commit 8528789

Browse files
return nodes
1 parent 55959d1 commit 8528789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/health_check/health_check.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2071,7 +2071,7 @@ class TSelfCheckRequest : public TActorBootstrapped<TSelfCheckRequest> {
20712071
}
20722072

20732073
TSelfCheckResult syncContext;
2074-
syncContext.Type = "TIME_DIFFERENCE";
2074+
syncContext.Type = "NODES_TIME_DIFFERENCE";
20752075
FillNodeInfo(maxClockSkewNodeId, syncContext.Location.mutable_node());
20762076
FillNodeInfo(maxClockSkewPeerId, syncContext.Location.mutable_peer());
20772077

0 commit comments

Comments
 (0)