We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486170f commit 5ff71a0Copy full SHA for 5ff71a0
source/zimonGrafanaIntf.py
@@ -89,7 +89,7 @@ def __initializeTables(self):
89
break
90
# if no data returned because of the REST HTTP server is still starting, sleep and retry (max 3 times)
91
self.logger.warning(MSG['NoDataStartNextAttempt'].format(attempt, MAX_ATTEMPTS_COUNT))
92
- sleep(5)
+ sleep(30)
93
else:
94
foundItems = len(self.metaData.allParents) - 1
95
sensors = self.metaData.sensorsSpec.keys()
0 commit comments