Skip to content

Commit ee0b812

Browse files
authored
Lower block size (#642)
1 parent ff2de47 commit ee0b812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hail_scripts/elasticsearch/hail_elasticsearch_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def export_table_to_elasticsearch(
2828
table: hl.Table,
2929
index_name :str = "data",
3030
index_type_name :str = '_doc',
31-
block_size :int = 5000,
31+
block_size :int = 4000,
3232
num_shards :int = 10,
3333
delete_index_before_exporting :bool = True,
3434
elasticsearch_write_operation :str = ELASTICSEARCH_INDEX,

0 commit comments

Comments
 (0)