Fix the compile error on NativeAPI.actor.cpp
This commit is contained in:
parent
aadd706a0a
commit
02e396274f
|
@ -1601,7 +1601,7 @@ void DatabaseContext::invalidateCache(const KeyRangeRef& keys) {
|
|||
void DatabaseContext::setFailedEndpointOnHealthyServer(const Endpoint& endpoint) {
|
||||
if (failedEndpointsOnHealthyServersInfo.find(endpoint) == failedEndpointsOnHealthyServersInfo.end()) {
|
||||
failedEndpointsOnHealthyServersInfo[endpoint] =
|
||||
EndpointFailureInfo{ startTime : now(), lastRefreshTime : now() };
|
||||
EndpointFailureInfo{ .startTime = now(), .lastRefreshTime = now() };
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue