mirror of
https://github.com/SinTan1729/privtracker.git
synced 2024-12-25 15:08:35 -06:00
adjust keep alive to longest interval
This commit is contained in:
parent
2e11bd96b5
commit
ee6cf5d6f0
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -21,7 +21,7 @@ func main() {
|
|||
go Cleanup()
|
||||
config := fiber.Config{
|
||||
ServerHeader: "privtracker",
|
||||
ReadTimeout: time.Second * 125,
|
||||
ReadTimeout: time.Second * 245,
|
||||
}
|
||||
domains, tls := os.LookupEnv("DOMAINS")
|
||||
if !tls {
|
||||
|
|
Loading…
Reference in a new issue