Skip to content

Commit ee6cf5d

Browse files
committed
adjust keep alive to longest interval
1 parent 2e11bd9 commit ee6cf5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func main() {
2121
go Cleanup()
2222
config := fiber.Config{
2323
ServerHeader: "privtracker",
24-
ReadTimeout: time.Second * 125,
24+
ReadTimeout: time.Second * 245,
2525
}
2626
domains, tls := os.LookupEnv("DOMAINS")
2727
if !tls {

0 commit comments

Comments
 (0)