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

Function computeReleaseDelay

fdbserver/CommitProxyServer.actor.cpp:777–780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

775}
776
777double computeReleaseDelay(CommitBatchContext* self, double latencyBucket) {
778 return std::min(SERVER_KNOBS->MAX_PROXY_COMPUTE,
779 self->batchOperations * self->pProxyCommitData->commitComputePerOperation[latencyBucket]);
780}
781
782ACTOR Future<Void> preresolutionProcessing(CommitBatchContext* self) {
783

Calls

no outgoing calls

Tested by

no test coverage detected