Increase default SOC API and ES timeouts from 2m to 5m

This commit is contained in:
Jason Ertel
2021-06-02 09:38:59 -04:00
parent a94c598d00
commit c757d21360
2 changed files with 8 additions and 7 deletions

View File

@@ -50,7 +50,8 @@
"username": "",
"password": "",
"cacheMs": {{ ES_FIELDCAPS_CACHE }},
"verifyCert": false
"verifyCert": false,
"timeoutMs": {{ API_TIMEOUT }}
},
"influxdb": {
{%- if grains['role'] in ['so-import'] or (grains['role'] == 'so-eval' and GRAFANA == 0) %}