v0.12.1 config cleanup

This commit is contained in:
2026-01-05 02:20:38 -05:00
parent 5353367e4f
commit e5c157625e
12 changed files with 111 additions and 59 deletions
+8
View File
@@ -3,6 +3,14 @@ package http
import "time"
const (
// Server lifecycle
HttpServerStartTimeout = 100 * time.Millisecond
HttpServerShutdownTimeout = 2 * time.Second
// Defaults
DefaultHTTPHost = "0.0.0.0"
DefaultHTTPBufferSize = 1000
DefaultHTTPStreamPath = "/stream"
DefaultHTTPStatusPath = "/status"
HTTPMaxPort = 65535
)