Skip to content

Commit bdba26a

Browse files
authored
Merge pull request #71 from pelias/increase_thread_pool
feat(ES5): Increase bulk import queue_size to 1000
2 parents 49d79c5 + 0a16d38 commit bdba26a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

images/elasticsearch/5.6.12/elasticsearch.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ network.host: 0.0.0.0
44
http.port: 9200
55
node.master: true
66
node.data: true
7+
thread_pool:
8+
bulk:
9+
queue_size: 1000

0 commit comments

Comments
 (0)