This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce max. buffer size from 2G to 600MB (#7466)
Reverts the max. buffered size to 600 MB. We have seen [issues with Chrome on Linux](https://issues.chromium.org/u/1/issues/324519298) where allocation of Uint8Arrays can cause the app to crash. Reducing the max. buffered size mitigates these issues.
- Loading branch information