Skip to content

Commit

Permalink
move timeout to streaming section
Browse files Browse the repository at this point in the history
  • Loading branch information
Miryam-Schwartz committed Nov 26, 2024
1 parent 13331d9 commit ee2bdc7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ interval = 30
message_tag_name =
xdr_mode=False
xdr_ports_types=legacy;aggregated;plane
timeout=60

[fluentd-endpoint]
host =
host = 127.0.0.1
port = 24225
timeout = 120

Expand All @@ -19,7 +18,8 @@ bulk_streaming = True
compressed_streaming = False
stream_only_new_samples = True
enable_cached_stream_on_telemetry_fail = True
enabled = False
enabled = True
telemetry_request_timeout = 60

[logs-config]
logs_file_name = /log/tfs.log
Expand Down

0 comments on commit ee2bdc7

Please sign in to comment.