Reduce minimum video rate further.

This commit is contained in:
Juliusz Chroboczek
2020-05-14 14:34:40 +02:00
parent c52fa75686
commit fc6c26e176
+1 -1
View File
@@ -174,7 +174,7 @@ type chatHistoryEntry struct {
}
const (
minVideoRate = 384000
minVideoRate = 200000
minAudioRate = 9600
)