We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a008a00 commit 2c286d9Copy full SHA for 2c286d9
dojo/settings/settings.dist.py
@@ -93,7 +93,7 @@
93
DD_CELERY_LOG_LEVEL=(str, "INFO"),
94
DD_TAG_BULK_ADD_BATCH_SIZE=(int, 1000),
95
# Minimum number of model updated instances before search index updates as performaed asynchronously. Set to -1 to disable async updates.
96
- DD_WATSON_ASYNC_INDEX_UPDATE_THRESHOLD=(int, 100),
+ DD_WATSON_ASYNC_INDEX_UPDATE_THRESHOLD=(int, 10),
97
DD_WATSON_ASYNC_INDEX_UPDATE_BATCH_SIZE=(int, 1000),
98
DD_FOOTER_VERSION=(str, ""),
99
# models should be passed to celery by ID, default is False (for now)
0 commit comments