timeout 30s

This commit is contained in:
ziming 2025-03-26 16:40:43 +08:00
parent fa4449deb0
commit 22626fcc05
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ func buildHTTPServer(c *conf.Bootstrap, accessLogger *log2.AccessLogger, log *lo
if c.Server.Http.Network != "" {
opts = append(opts, http.Network(c.Server.Http.Network))
}
if c.Server.Http.Addr != "" {
opts = append(opts, http.Address(c.Server.Http.Addr))
}