Home
last modified time | relevance | path

Searched refs:halfErrorPerMachine (Results 1 – 1 of 1) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbclient/
H A DNativeAPI.actor.cpp3101 state StorageMetrics halfErrorPerMachine = permittedError * (0.5 / nLocs); in waitStorageMetricsMultipleLocations() local
3102 state StorageMetrics maxPlus = max + halfErrorPerMachine * (nLocs-1); in waitStorageMetricsMultipleLocations()
3103 state StorageMetrics minMinus = min - halfErrorPerMachine * (nLocs-1); in waitStorageMetricsMultipleLocations()
3121 …torageMetrics( locations[i].first, locations[i].second, fx[i].get(), halfErrorPerMachine, deltas ); in waitStorageMetricsMultipleLocations()