diff options
author | Alex Gorrod <alexander.gorrod@mongodb.com> | 2016-09-16 06:21:24 +0000 |
---|---|---|
committer | Alex Gorrod <alexander.gorrod@mongodb.com> | 2016-09-16 06:21:24 +0000 |
commit | 5bc03723a7e77c96b1d5e45a97173654872c727a (patch) | |
tree | f0d12b535fee95b721d8d046c3e4dfbfec0a91e2 /dist/api_data.py | |
parent | deeb0f589aab43f0d4b8d97755ed1e13808dcfab (diff) | |
parent | 03bbd9d3c9330a5b6e3cbd7d2db1ac7fea5e96bf (diff) | |
download | mongodb-3.3.14.tar.gz |
Merge branch 'develop' into mongodb-3.4mongodb-3.3.14mongodb-3.3.13
Diffstat (limited to 'dist/api_data.py')
-rw-r--r-- | dist/api_data.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/api_data.py b/dist/api_data.py index 44fc935d5d3..9781e58a807 100644 --- a/dist/api_data.py +++ b/dist/api_data.py @@ -402,7 +402,7 @@ connection_runtime_config = [ vary depending on the current eviction load''', min=1, max=20), ]), - Config('eviction_checkpoint_target', '15', r''' + Config('eviction_checkpoint_target', '5', r''' perform eviction at the beginning of checkpoints to bring the dirty content in cache to this level, expressed as a percentage of the total cache size. Ignored if set to zero or \c in_memory is \c true''', @@ -818,7 +818,7 @@ methods = { type='int'), ]), -'WT_SESSION.create' : Method(file_config + lsm_config + source_meta + +'WT_SESSION.create' : Method(file_config + lsm_config + source_meta + index_only_config + table_only_config + [ Config('exclusive', 'false', r''' fail if the object exists. When false (the default), if the |