Skip to content

Commit 99c284d

Browse files
committed
Fixing more typos. Thanks density!
ref elastic#333
1 parent 0f4fa3c commit 99c284d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch/helpers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def bulk(client, actions, stats_only=False, **kwargs):
197197
return success, failed if stats_only else errors
198198

199199
def parallel_bulk(client, actions, thread_count=4, chunk_size=500,
200-
max_chunk_bytes=100 * 1014 * 1024,
200+
max_chunk_bytes=100 * 1024 * 1024,
201201
expand_action_callback=expand_action, **kwargs):
202202
"""
203203
Parallel version of the bulk helper run in multiple threads at once.

0 commit comments

Comments
 (0)