mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-01 18:56:00 +08:00
Apply suggestions from code review
Co-Authored-By: A.J. Beamon <ajbeamon@users.noreply.github.com>
This commit is contained in:
parent
6820167d77
commit
3489b2be7d
@ -214,6 +214,6 @@ ClientKnobs::ClientKnobs(bool randomize) {
|
||||
init( CLI_CONNECT_TIMEOUT, 10.0 );
|
||||
|
||||
// trace
|
||||
init( TRACE_LOG_FILE_IDENTIFIER_MAX_LENGTH, 1024);
|
||||
init( TRACE_LOG_FILE_IDENTIFIER_MAX_LENGTH, 50 );
|
||||
// clang-format on
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user