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.
ScMaxEachPostBytes
ScMinPostsIntervalMs
1 parent 31865ca commit 46f12a2Copy full SHA for 46f12a2
transport/internet/splithttp/config.go
@@ -75,8 +75,8 @@ func (c *Config) GetNormalizedScMaxBufferedPosts() int {
75
func (c *Config) GetNormalizedScMaxEachPostBytes() RandRangeConfig {
76
if c.ScMaxEachPostBytes == nil || c.ScMaxEachPostBytes.To == 0 {
77
return RandRangeConfig{
78
- From: 1000000,
79
- To: 1000000,
+ From: 250000,
+ To: 350000,
80
}
81
82
@@ -86,8 +86,8 @@ func (c *Config) GetNormalizedScMaxEachPostBytes() RandRangeConfig {
86
func (c *Config) GetNormalizedScMinPostsIntervalMs() RandRangeConfig {
87
if c.ScMinPostsIntervalMs == nil || c.ScMinPostsIntervalMs.To == 0 {
88
89
- From: 30,
90
- To: 30,
+ From: 25,
+ To: 35,
91
92
93
0 commit comments