summaryrefslogtreecommitdiff
path: root/dist/api_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'dist/api_data.py')
-rw-r--r--dist/api_data.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/api_data.py b/dist/api_data.py
index fbf71581fe9..fb755045322 100644
--- a/dist/api_data.py
+++ b/dist/api_data.py
@@ -236,6 +236,11 @@ file_config = format_meta + [
Config('leaf_item_max', '0', r'''
historic term for leaf_key_max and leaf_value_max''',
min=0, undoc=True),
+ Config('logging', 'true', r'''
+ the logging setting for this table. Only valid if logging is
+ enabled on the connection. If logging is disabled this table
+ has checkpoint-level durability.''',
+ type='boolean'),
Config('memory_page_max', '5MB', r'''
the maximum size a page can grow to in memory before being
reconciled to disk. The specified size will be adjusted to a lower