Increase timeout for InfluxDB v2 connections (#63885)
* Update influxdb timeout * Update homeassistant/components/influxdb/const.py Co-authored-by: Mike Degatano <michael.degatano@gmail.com> Co-authored-by: Mike Degatano <michael.degatano@gmail.com>
This commit is contained in:
parent
37525ae8c3
commit
46b7b1ffb3
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ INFLUX_CONF_ORG = "org"
|
|||
EVENT_NEW_STATE = "new_state"
|
||||
DOMAIN = "influxdb"
|
||||
API_VERSION_2 = "2"
|
||||
TIMEOUT = 5
|
||||
TIMEOUT = 10 # seconds
|
||||
RETRY_DELAY = 20
|
||||
QUEUE_BACKLOG_SECONDS = 30
|
||||
RETRY_INTERVAL = 60 # seconds
|
||||
|
|
Loading…
Add table
Reference in a new issue