XHTTP server: Fix ScStreamUpServerSecs' non-default value (#5486)

This commit is contained in:
fanymagnet
2026-01-05 04:02:04 +03:00
committed by RPRX
parent a54e1f2be4
commit e7c72c011f

View File

@@ -118,7 +118,7 @@ func (c *Config) GetNormalizedScStreamUpServerSecs() RangeConfig {
}
}
return *c.ScMinPostsIntervalMs
return *c.ScStreamUpServerSecs
}
func (m *XmuxConfig) GetNormalizedMaxConcurrency() RangeConfig {