Commit 6c4a71fd authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Increase timeout for connection completion.

parent f34ec0ab
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment