Skip to content

Commit cd4777d

Browse files
committed
bump pacer headeroom
1 parent 43e017f commit cd4777d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pulsebeam/src/bitrate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ impl BitrateController {
8181
self.config.min_bitrate.as_f64(),
8282
self.config.max_bitrate.as_f64(),
8383
);
84-
Bitrate::from(current_bitrate)
84+
Bitrate::from(current_bitrate) * 1.5
8585
}
8686
}
8787

0 commit comments

Comments
 (0)