Home
last modified time | relevance | path

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

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbclient/
H A DKnobs.cpp48 …init( FUTURE_VERSION_RETRY_DELAY, .01 ); if( randomize && BUGGIFY ) FUTURE_VERSION_RE… in ClientKnobs()
H A DKnobs.h46 double FUTURE_VERSION_RETRY_DELAY; variable
H A DNativeAPI.actor.cpp1442 wait( delay( CLIENT_KNOBS->FUTURE_VERSION_RETRY_DELAY, cx->taskID ) ); in waitForCommittedVersion()
1497 wait(delay(CLIENT_KNOBS->FUTURE_VERSION_RETRY_DELAY, info.taskID)); in watchValue()
1500 wait(delay(CLIENT_KNOBS->FUTURE_VERSION_RETRY_DELAY, info.taskID)); in watchValue()
3061 return delay( std::min(CLIENT_KNOBS->FUTURE_VERSION_RETRY_DELAY, maxBackoff), info.taskID ); in onError()