Skip to content
This repository was archived by the owner on Feb 11, 2020. It is now read-only.

Commit 84eaffd

Browse files
committed
Fix extra chars
1 parent cb02477 commit 84eaffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

increase_bulk_thread_pool.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
se -eu
33

44
echo "setting threadpool.bulk.queue_size to 500 on $cluster_url"
5-
curl -XPUT ${cluster_url}/_cluster/settings -d '{ "transient" : { "threadpool.bulk.queue_size" : 500 } }'"A
5+
curl -XPUT ${cluster_url}/_cluster/settings -d '{ "transient" : { "threadpool.bulk.queue_size" : 500 } }'

0 commit comments

Comments
 (0)