1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-12 19:55:59 +01:00

Reduce minimum video rate further.

This commit is contained in:
Juliusz Chroboczek 2020-05-14 14:34:40 +02:00
parent c52fa75686
commit fc6c26e176

View file

@ -174,7 +174,7 @@ type chatHistoryEntry struct {
} }
const ( const (
minVideoRate = 384000 minVideoRate = 200000
minAudioRate = 9600 minAudioRate = 9600
) )