Update netdata to 1.1.0, set longer timeout (#93937)

This commit is contained in:
automaton82
2023-06-01 16:23:26 -04:00
committed by GitHub
parent bb5430ff59
commit ba66a39668
3 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ async def async_setup_platform(
port = config[CONF_PORT]
resources = config[CONF_RESOURCES]
netdata = NetdataData(Netdata(host, port=port))
netdata = NetdataData(Netdata(host, port=port, timeout=20.0))
await netdata.async_update()
if netdata.api.metrics is None: