We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b77bd commit c1fa9a6Copy full SHA for c1fa9a6
build/common/installer/scripts/tomlparser-agent-config.rb
@@ -65,7 +65,7 @@
65
@fbitTailIgnoreOlder = ""
66
@storageTotalLimitSizeMB = 200
67
@outputForwardWorkers = 10
68
-@outputForwardRetryLimit = 10
+@outputForwardRetryLimit = 30
69
@requireAckResponse = "false"
70
@fbitStorageMaxChunksUp = 0
71
@fbitStorageType = ""
build/common/installer/scripts/tomlparser.rb
@@ -47,7 +47,7 @@
47
"throttle_window" => "300",
48
"throttle_interval" => "1s",
49
"out_forward_worker_count" => "10",
50
- "out_forward_retry_limit" => "10",
+ "out_forward_retry_limit" => "30",
51
"out_forward_storage_total_limit_size" => "2G",
52
"out_forward_require_ack_response" => "false",
53
"disable_throttle" => "false"
0 commit comments