mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 18:02:31 +08:00
- Set default value of SEND_ENTIRE_VERSION_VECTOR to false.
This commit is contained in:
parent
91b75ae014
commit
bb1a8bd7bd
@ -55,7 +55,7 @@ void ClientKnobs::initialize(Randomize randomize) {
|
||||
init( MAX_COMMIT_PROXY_CONNECTIONS, 5 ); if( randomize && BUGGIFY ) MAX_COMMIT_PROXY_CONNECTIONS = 1;
|
||||
init( MAX_GRV_PROXY_CONNECTIONS, 3 ); if( randomize && BUGGIFY ) MAX_GRV_PROXY_CONNECTIONS = 1;
|
||||
init( STATUS_IDLE_TIMEOUT, 120.0 );
|
||||
init( SEND_ENTIRE_VERSION_VECTOR, true );
|
||||
init( SEND_ENTIRE_VERSION_VECTOR, false );
|
||||
|
||||
// wrong_shard_server sometimes comes from the only nonfailed server, so we need to avoid a fast spin
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user