Home
last modified time | relevance | path

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

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DKnobs.h59 int64_t UPDATE_STORAGE_BYTE_LIMIT; variable
H A DKnobs.cpp56 init( UPDATE_STORAGE_BYTE_LIMIT, 1e6 ); in ServerKnobs()
H A DOldTLogServer_4_6.actor.cpp606 …while( totalSize < SERVER_KNOBS->UPDATE_STORAGE_BYTE_LIMIT || nextVersion <= logData->persistentDa… in updateStorage()
650 …while( totalSize < SERVER_KNOBS->UPDATE_STORAGE_BYTE_LIMIT && sizeItr != logData->version_sizes.en… in updateStorage()
683 if( totalSize < SERVER_KNOBS->UPDATE_STORAGE_BYTE_LIMIT ) { in updateStorage()
H A DOldTLogServer_6_0.actor.cpp671 …while( totalSize < SERVER_KNOBS->UPDATE_STORAGE_BYTE_LIMIT && sizeItr != logData->version_sizes.en… in updateStorage()
710 …while( totalSize < SERVER_KNOBS->UPDATE_STORAGE_BYTE_LIMIT && sizeItr != logData->version_sizes.en… in updateStorage()
731 if( totalSize < SERVER_KNOBS->UPDATE_STORAGE_BYTE_LIMIT ) { in updateStorage()
H A DTLogServer.actor.cpp971 if( totalSize < SERVER_KNOBS->UPDATE_STORAGE_BYTE_LIMIT ) { in updateStorage()