Skip to content

Commit

Permalink
Merge pull request #99 from chadfennell/fixes_readme
Browse files Browse the repository at this point in the history
Adds missing comma
  • Loading branch information
danielberkompas committed Oct 1, 2022
2 parents d4ffddc + 8660098 commit 91cb812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ config :my_app, MyApp.ElasticsearchCluster,

# Likewise, wait a given period between posting pages to give
# Elasticsearch time to catch up.
bulk_wait_interval: 15_000 # 15 seconds
bulk_wait_interval: 15_000, # 15 seconds

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

0 comments on commit 91cb812

Please sign in to comment.