mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
pw_utils: Lower default buffer count to 8
We certainly don't need 16 buffers.
This commit is contained in:
@@ -616,7 +616,7 @@ impl PipeWire {
|
||||
pod::Value::Choice(ChoiceValue::Int(Choice(
|
||||
ChoiceFlags::empty(),
|
||||
ChoiceEnum::Range {
|
||||
default: 16,
|
||||
default: 8,
|
||||
min: 2,
|
||||
max: 16
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user