mirror of
https://github.com/jech/galene.git
synced 2024-11-22 16:45:58 +01:00
Increase timeout for connection completion.
This commit is contained in:
parent
f34ec0ab66
commit
6c4a71fda0
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ func pushConn(up *rtpUpConnection, g *group.Group, cs []group.Client) {
|
||||||
up.mu.Unlock()
|
up.mu.Unlock()
|
||||||
|
|
||||||
go func(g *group.Group, cs []group.Client) {
|
go func(g *group.Group, cs []group.Client) {
|
||||||
time.Sleep(300 * time.Millisecond)
|
time.Sleep(4 * time.Second)
|
||||||
up.mu.Lock()
|
up.mu.Lock()
|
||||||
pushed := up.pushed
|
pushed := up.pushed
|
||||||
up.pushed = true
|
up.pushed = true
|
||||||
|
|
Loading…
Reference in a new issue