From 55ffb6db8c819f1346e6941aece774b8f4612063 Mon Sep 17 00:00:00 2001 From: WeebDataHoarder <57538841+WeebDataHoarder@users.noreply.github.com> Date: Sun, 16 Jan 2022 20:54:14 +0100 Subject: [PATCH] Disable write timeout --- OrbitalBeat.go | 1 - 1 file changed, 1 deletion(-) diff --git a/OrbitalBeat.go b/OrbitalBeat.go index fa790bb..072eca4 100644 --- a/OrbitalBeat.go +++ b/OrbitalBeat.go @@ -605,7 +605,6 @@ func main() { server := &fasthttp.Server{ ReadTimeout: 5 * time.Second, IdleTimeout: 15 * time.Second, - WriteTimeout: 15 * time.Second, Handler: handle, NoDefaultServerHeader: true, NoDefaultDate: true,