Skip to content

Commit 97a0b7c

Browse files
authored
XHTTP server: Fix ScStreamUpServerSecs' default value (#5486)
1 parent a54e1f2 commit 97a0b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transport/internet/splithttp/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ func (c *Config) GetNormalizedScStreamUpServerSecs() RangeConfig {
118118
}
119119
}
120120

121-
return *c.ScMinPostsIntervalMs
121+
return *c.ScStreamUpServerSecs
122122
}
123123

124124
func (m *XmuxConfig) GetNormalizedMaxConcurrency() RangeConfig {

0 commit comments

Comments
 (0)