1
0
Fork 0

decrease number of reserve logfiles

This commit is contained in:
Jan Steemann 2016-06-09 11:56:39 +02:00
parent 9f7313b318
commit b5d120321e
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ class LogfileManager final : public application_features::ApplicationFeature {
bool _ignoreRecoveryErrors = false;
uint32_t _filesize = 32 * 1024 * 1024;
uint32_t _maxOpenLogfiles = 0;
uint32_t _reserveLogfiles = 4;
uint32_t _reserveLogfiles = 3;
uint32_t _numberOfSlots = 1048576;
uint64_t _syncInterval = 100;
uint64_t _throttleWhenPending = 0;