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

Commit ae46b0a

Browse files
committed
Fix typo
1 parent b157c51 commit ae46b0a

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
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
se -eu
2+
set -eu
33

44
cluster_url="${cluster_url:-http://localhost:9200}"
55
echo "setting threadpool.bulk.queue_size to 500 on $cluster_url"

0 commit comments

Comments
 (0)