Skip to content

Commit

Permalink
add telemery timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Miryam-Schwartz committed Nov 26, 2024
1 parent ee96979 commit d2dbf5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def get_telemetry_timeout(self):
return self.safe_get_int(None,
self.UFM_TELEMETRY_ENDPOINT_SECTION,
self.UFM_TELEMETRY_ENDPOINT_SECTION_TIMEOUT,
'60')
60)
def get_streaming_interval(self):
return self.get_config_value(None,
self.UFM_TELEMETRY_ENDPOINT_SECTION,
Expand Down

0 comments on commit d2dbf5e

Please sign in to comment.