Home
last modified time | relevance | path

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

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbclient/
H A DKnobs.h52 int PROXY_COMMIT_OVERHEAD_BYTES; variable
H A DKnobs.cpp54 …init( PROXY_COMMIT_OVERHEAD_BYTES, 23 ); //The size of serializing 7 tags (3 primary,… in ClientKnobs()
H A DMasterProxyInterface.h114 total += m->expectedSize() + CLIENT_KNOBS->PROXY_COMMIT_OVERHEAD_BYTES; in getBytes()