summaryrefslogtreecommitdiff
path: root/dist/api_data.py
diff options
context:
space:
mode:
authorsueloverso <sue@mongodb.com>2016-08-14 20:38:40 -0400
committerMichael Cahill <michael.cahill@mongodb.com>2016-08-15 10:38:40 +1000
commitb2fbc74c45a9c50982d0b5aafb5a658fe593cf8a (patch)
treecdd71416eda0622433374df4bd8f2940a3818753 /dist/api_data.py
parent50e0767bbc62bc7574805793b661ccfabfea9459 (diff)
downloadmongo-b2fbc74c45a9c50982d0b5aafb5a658fe593cf8a.tar.gz
WT-2827 Set a reasonable minimum for log_size. (#2946)
Diffstat (limited to 'dist/api_data.py')
-rw-r--r--dist/api_data.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/api_data.py b/dist/api_data.py
index 4c4cf9270f6..3eb6d6c5f26 100644
--- a/dist/api_data.py
+++ b/dist/api_data.py
@@ -375,7 +375,8 @@ connection_runtime_config = [
type='category', subconfig=[
Config('log_size', '0', r'''
wait for this amount of log record bytes to be written to
- the log between each checkpoint. A database can configure
+ the log between each checkpoint. If non-zero, this value will
+ use a minimum of the log file size. A database can configure
both log_size and wait to set an upper bound for checkpoints;
setting this value above 0 configures periodic checkpoints''',
min='0', max='2GB'),