Reduce idle times

monorepo
Varun Patil 2022-11-21 02:22:38 -08:00
parent 513e9410ca
commit 88685d0d69
1 changed files with 2 additions and 2 deletions

View File

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