mirror of
https://github.com/XTLS/Xray-core.git
synced 2026-07-03 10:18:42 +00:00
XHTTP server: Fix ScStreamUpServerSecs' non-default value (#5486)
This commit is contained in:
@@ -118,7 +118,7 @@ func (c *Config) GetNormalizedScStreamUpServerSecs() RangeConfig {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return *c.ScMinPostsIntervalMs
|
return *c.ScStreamUpServerSecs
|
||||||
}
|
}
|
||||||
|
|
||||||
func (m *XmuxConfig) GetNormalizedMaxConcurrency() RangeConfig {
|
func (m *XmuxConfig) GetNormalizedMaxConcurrency() RangeConfig {
|
||||||
|
|||||||
Reference in New Issue
Block a user