Skip to content

Commit c1fa9a6

Browse files
authored
increase retry limit (#1327)
1 parent 72b77bd commit c1fa9a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/common/installer/scripts/tomlparser-agent-config.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
@fbitTailIgnoreOlder = ""
6666
@storageTotalLimitSizeMB = 200
6767
@outputForwardWorkers = 10
68-
@outputForwardRetryLimit = 10
68+
@outputForwardRetryLimit = 30
6969
@requireAckResponse = "false"
7070
@fbitStorageMaxChunksUp = 0
7171
@fbitStorageType = ""

build/common/installer/scripts/tomlparser.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"throttle_window" => "300",
4848
"throttle_interval" => "1s",
4949
"out_forward_worker_count" => "10",
50-
"out_forward_retry_limit" => "10",
50+
"out_forward_retry_limit" => "30",
5151
"out_forward_storage_total_limit_size" => "2G",
5252
"out_forward_require_ack_response" => "false",
5353
"disable_throttle" => "false"

0 commit comments

Comments
 (0)