
This is an automated email from the git hooks/post-receive script. pierov pushed a commit to branch geckoview-99.0.1-11.0-1 in repository tor-browser. commit 14d111e2e37c47592cf8521605cd9684be3b6b4a Author: Paul Adenot <paul@paul.cx> AuthorDate: Tue Mar 8 07:44:36 2022 +0000 Bug 1757618 - Use smaller ring buffer on anything but m1 macs. r=media-playback-reviewers,alwu a=pascalc Differential Revision: https://phabricator.services.mozilla.com/D140218 --- modules/libpref/init/StaticPrefList.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml index c7704049e3a82..7b778101273f4 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -9492,7 +9492,11 @@ # reached. The total size of the ring-buffer is slightly bigger than this. - name: media.audio.audiosink.threshold_ms type: AtomicFloat +#if defined(XP_MACOSX) && defined(__aarch64__) value: 1000.0 +#else + value: 200.0 +#endif mirror: always -- To stop receiving notification emails like this one, please contact the administrator of this repository.