We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9e1c7 commit 33ab09eCopy full SHA for 33ab09e
1 file changed
deployer/src/deployer/search/__init__.py
@@ -93,8 +93,8 @@ def get_progressbar():
93
for success, info in streaming_bulk(
94
connection,
95
generator(),
96
- chunk_size=250, # default: 500
97
- max_chunk_bytes=52428800, # default: 104857600
+ chunk_size=125, # default: 500
+ max_chunk_bytes=26214400, # default: 104857600
98
max_retries=4, # default: 0
99
# If the bulk indexing failed, it will by default raise a BulkIndexError.
100
# Setting this to 'False' will suppress that.
0 commit comments