adjust keep alive to longest interval

This commit is contained in:
Michał Adamski 2022-03-22 19:45:25 +01:00
parent 2e11bd96b5
commit ee6cf5d6f0

View file

@ -21,7 +21,7 @@ func main() {
go Cleanup() go Cleanup()
config := fiber.Config{ config := fiber.Config{
ServerHeader: "privtracker", ServerHeader: "privtracker",
ReadTimeout: time.Second * 125, ReadTimeout: time.Second * 245,
} }
domains, tls := os.LookupEnv("DOMAINS") domains, tls := os.LookupEnv("DOMAINS")
if !tls { if !tls {