Increase idle time

monorepo
Varun Patil 2022-11-10 21:49:46 -08:00
parent e993d738ee
commit 7764a70471
1 changed files with 2 additions and 2 deletions

View File

@ -136,8 +136,8 @@ func main() {
lookBehind: 5,
goalBufferMin: 3,
goalBufferMax: 8,
streamIdleTime: 120,
managerIdleTime: 240,
streamIdleTime: 300,
managerIdleTime: 600,
})
http.Handle("/", h)