Skip to content

Commit 2c286d9

Browse files
watson: lower async threshold from 100 to 10
1 parent a008a00 commit 2c286d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/settings/settings.dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
DD_CELERY_LOG_LEVEL=(str, "INFO"),
9494
DD_TAG_BULK_ADD_BATCH_SIZE=(int, 1000),
9595
# 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),
96+
DD_WATSON_ASYNC_INDEX_UPDATE_THRESHOLD=(int, 10),
9797
DD_WATSON_ASYNC_INDEX_UPDATE_BATCH_SIZE=(int, 1000),
9898
DD_FOOTER_VERSION=(str, ""),
9999
# models should be passed to celery by ID, default is False (for now)

0 commit comments

Comments
 (0)