Skip to content

Commit 8660098

Browse files
committed
Adds missing comma
This will result in an error if people copy this config. Thanks!
1 parent 3332e6e commit 8660098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ config :my_app, MyApp.ElasticsearchCluster,
9999

100100
# Likewise, wait a given period between posting pages to give
101101
# Elasticsearch time to catch up.
102-
bulk_wait_interval: 15_000 # 15 seconds
102+
bulk_wait_interval: 15_000, # 15 seconds
103103

104104
# By default bulk indexing uses the "create" action. To allow existing
105105
# documents to be replaced, use the "index" action instead.

0 commit comments

Comments
 (0)