mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Extend timeout
This commit is contained in:
parent
cd9c6a40d9
commit
96fbd84bbb
1 changed files with 2 additions and 1 deletions
|
|
@ -135,7 +135,8 @@ esClient
|
|||
index: INDEX_ALIAS,
|
||||
requests_per_second: 10,
|
||||
scroll: '30s',
|
||||
scroll_size: 500,
|
||||
scroll_size: 1000,
|
||||
timeout: '30m',
|
||||
body: {
|
||||
script: {
|
||||
source: 'ctx._source.state = params.state',
|
||||
|
|
|
|||
Loading…
Reference in a new issue