mirror of
https://github.com/SinTan1729/privtracker.git
synced 2024-12-26 07:18:37 -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()
|
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 {
|
||||||
|
|
Loading…
Reference in a new issue