MCPcopy Create free account
hub / github.com/apple/foundationdb / connectionFileChanged

Method connectionFileChanged

fdbclient/NativeAPI.actor.cpp:2166–2168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2164}
2165
2166Future<Void> DatabaseContext::connectionFileChanged() {
2167 return connectionFileChangedTrigger.onTrigger();
2168}
2169
2170void DatabaseContext::expireThrottles() {
2171 for (auto& priorityItr : throttledTags) {

Calls 1

onTriggerMethod · 0.45

Tested by

no test coverage detected