mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
don't wait for completion
This commit is contained in:
parent
af9e779c59
commit
ca8c9fe636
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ defmodule Philomena.Elasticsearch do
|
|||
url =
|
||||
elastic_url()
|
||||
|> prepare_url([index.index_name(), "_update_by_query"])
|
||||
|> append_query_string(%{conflicts: "proceed"})
|
||||
|> append_query_string(%{conflicts: "proceed", wait_for_completion: "false"})
|
||||
|
||||
# Elasticsearch "Painless" scripting language
|
||||
script = """
|
||||
|
|
Loading…
Reference in a new issue