1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-09 18:25:58 +01:00

Increase timeout for connection completion.

This commit is contained in:
Juliusz Chroboczek 2021-02-02 22:58:49 +01:00
parent f34ec0ab66
commit 6c4a71fda0

View file

@ -480,7 +480,7 @@ func pushConn(up *rtpUpConnection, g *group.Group, cs []group.Client) {
up.mu.Unlock()
go func(g *group.Group, cs []group.Client) {
time.Sleep(300 * time.Millisecond)
time.Sleep(4 * time.Second)
up.mu.Lock()
pushed := up.pushed
up.pushed = true