Skip to content

Commit

Permalink
perf(session): Disable adapt_to_framerate by default
Browse files Browse the repository at this point in the history
  • Loading branch information
zmerp committed Aug 29, 2024
1 parent 58e64aa commit 6394501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alvr/session/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ pub fn session_settings_default() -> SettingsDefault {
variant: BitrateModeDefaultVariant::ConstantMbps,
},
adapt_to_framerate: SwitchDefault {
enabled: true,
enabled: false,
content: BitrateAdaptiveFramerateConfigDefault {
framerate_reset_threshold_multiplier: 2.0,
},
Expand Down

0 comments on commit 6394501

Please sign in to comment.