Commit f1deb845 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Increase the size of the NACK cache.

parent 4996cf69
......@@ -289,7 +289,7 @@ func addUpConn(c *client, id string) (*upConnection, error) {
}
track := &upTrack{
track: remote,
cache: packetcache.New(32),
cache: packetcache.New(96),
maxBitrate: ^uint64(0),
}
u.tracks = append(u.tracks, track)
......
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