summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2015-10-01 13:56:41 -0400
committerSusan LoVerso <sue@wiredtiger.com>2015-10-01 13:56:41 -0400
commit20f68fc491d27e854adf10bac87b443f6cb7efa3 (patch)
tree377a6d0687c78263fba3b1d9698bff49f139bb1e
parent3e911933d058aa5842af77240fb0ac5027b1468d (diff)
downloadmongo-20f68fc491d27e854adf10bac87b443f6cb7efa3.tar.gz
WT-2151 Reset pre-alloc files to 1, it didn't affect performance.
-rw-r--r--src/conn/conn_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conn/conn_log.c b/src/conn/conn_log.c
index 6f9021ccfc3..bf2447fb646 100644
--- a/src/conn/conn_log.c
+++ b/src/conn/conn_log.c
@@ -109,7 +109,7 @@ __logmgr_config(
*/
WT_RET(__wt_config_gets(session, cfg, "log.prealloc", &cval));
if (cval.val != 0)
- conn->log_prealloc = 5;
+ conn->log_prealloc = 1;
/*
* Note that it is meaningless to reconfigure this value during