Add configurable native realm sleep
This commit is contained in:
parent
f4e4216ed5
commit
7fd243827c
2 changed files with 3 additions and 2 deletions
|
|
@ -40,6 +40,7 @@ es_api_scheme: "http"
|
|||
es_api_host: "localhost"
|
||||
es_api_port: 9200
|
||||
es_api_uri: "{{ es_api_scheme }}://{{ es_api_host }}:{{ es_api_port }}"
|
||||
es_api_sleep: 15
|
||||
es_debian_startup_timeout: 10
|
||||
|
||||
# JVM custom parameters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue