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 64b423c336b..ccd91998121 100644
--- a/dist/api_data.py
+++ b/dist/api_data.py
@@ -595,6 +595,11 @@ methods = {
ignore the encodings for the key and value, manage data as if
the formats were \c "u". See @ref cursor_raw for details''',
type='boolean'),
+ Config('timeout', '1200', r'''
+ maximum amount of time to allow for compact in seconds. The
+ actual amount of time spent in compact may exceed the configured
+ value. A value of zero disables the timeout''',
+ type='int'),
]),
'connection.close' : Method([]),
'connection.reconfigure' : Method(connection_runtime_config),