Remove the sharedarraybuffer flag

From my understanding, this was needed for the wasm FFMPEG, which we are no
longer using when running as the desktop app.
This commit is contained in:
Manav Rathi 2024-04-12 09:43:52 +05:30
parent 9c786da73b
commit 4d867898f7
No known key found for this signature in database

View file

@ -87,10 +87,6 @@ const logStartupBanner = () => {
log.info("Running on", { platform, osRelease, systemVersion });
};
function enableSharedArrayBufferSupport() {
app.commandLine.appendSwitch("enable-features", "SharedArrayBuffer");
}
/**
* [Note: Increased disk cache for the desktop app]
*