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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/api_data.py b/dist/api_data.py
index 98f9b5a230a..324d1e4f281 100644
--- a/dist/api_data.py
+++ b/dist/api_data.py
@@ -406,7 +406,7 @@ connection_runtime_config = [
Config('eviction', '', r'''
eviction configuration options''',
type='category', subconfig=[
- Config('threads_max', '1', r'''
+ Config('threads_max', '8', r'''
maximum number of threads WiredTiger will start to help evict
pages from cache. The number of threads started will vary
depending on the current eviction load. Each eviction worker
@@ -537,6 +537,7 @@ connection_runtime_config = [
'rebalance',
'reconcile',
'recovery',
+ 'recovery_progress',
'salvage',
'shared_cache',
'split',