mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-06-02 06:23:37 +02:00
perf(seichannel): increase frame rate and batch size defaults
This commit is contained in:
@@ -25,9 +25,9 @@ const (
|
||||
defaultMaxPayloadSize = 7 * 1024
|
||||
defaultFragmentSize = 900
|
||||
defaultAckTimeout = 3 * time.Second
|
||||
defaultFrameInterval = 50 * time.Millisecond
|
||||
defaultFPS = 20
|
||||
defaultBatchSize = 1
|
||||
defaultFrameInterval = 16 * time.Millisecond
|
||||
defaultFPS = 60
|
||||
defaultBatchSize = 64
|
||||
defaultConnectTimeout = 30 * time.Second
|
||||
maxSendAttempts = 4
|
||||
sampleBuilderMaxLate = 128
|
||||
|
||||
Reference in New Issue
Block a user