1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-09 18:25:58 +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 (
minVideoRate = 384000
minVideoRate = 200000
minAudioRate = 9600
)