Updates: increase congestion treshold multiplier

This commit is contained in:
Alex P 2025-09-08 22:58:49 +00:00
parent 89e68f5cdb
commit aa21b4b459
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ func DefaultAudioConfig() *AudioConfigConstants {
// Graceful Degradation Configuration
CongestionMildReductionFactor: 0.75, // Buffer reduction factor for mild congestion (0.75)
CongestionModerateReductionFactor: 0.5, // Buffer reduction factor for moderate congestion (0.5)
CongestionThresholdMultiplier: 1.5, // Multiplier for congestion threshold calculations (increased to reduce false emergency mode triggers)
CongestionThresholdMultiplier: 10.0, // Multiplier for congestion threshold calculations (increased to reduce false emergency mode triggers)
CongestionRecoveryTimeout: 5 * time.Second, // Timeout for congestion recovery (5 seconds)
// Buffer Pool Cache Configuration