mirror of
https://github.com/jech/galene.git
synced 2024-11-12 19:55:59 +01:00
Increase the size of the NACK cache.
This commit is contained in:
parent
4996cf6931
commit
f1deb84576
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ func addUpConn(c *client, id string) (*upConnection, error) {
|
||||||
}
|
}
|
||||||
track := &upTrack{
|
track := &upTrack{
|
||||||
track: remote,
|
track: remote,
|
||||||
cache: packetcache.New(32),
|
cache: packetcache.New(96),
|
||||||
maxBitrate: ^uint64(0),
|
maxBitrate: ^uint64(0),
|
||||||
}
|
}
|
||||||
u.tracks = append(u.tracks, track)
|
u.tracks = append(u.tracks, track)
|
||||||
|
|
Loading…
Reference in a new issue