Skip to content

Commit 66654a3

Browse files
committed
more aggressive upgrade hysteresis
1 parent 83ef82a commit 66654a3

File tree

1 file changed

+1
-1
lines changed
  • pulsebeam/src/participant/downstream

1 file changed

+1
-1
lines changed

pulsebeam/src/participant/downstream/video.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ impl VideoAllocator {
187187
available_bandwidth: Bitrate,
188188
) -> Option<(Bitrate, Bitrate)> {
189189
const DOWNGRADE_TOLERANCE: f64 = 0.25;
190-
const UPGRADE_HYSTERESIS_FACTOR: f64 = 1.3;
190+
const UPGRADE_HYSTERESIS_FACTOR: f64 = 1.15;
191191
const MIN_BANDWIDTH: f64 = 300_000.0;
192192

193193
struct SlotPlan<'a> {

0 commit comments

Comments
 (0)