v0.12.0 tcp and http server sinks added antested, no tls or access control
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package http
|
||||
|
||||
import "time"
|
||||
|
||||
const (
|
||||
HttpServerStartTimeout = 100 * time.Millisecond
|
||||
HttpServerShutdownTimeout = 2 * time.Second
|
||||
)
|
||||
Reference in New Issue
Block a user