Closed devinbinnie closed 4 weeks ago
@amyblais Would we be okay to cherry-pick this into v5.10? It's a pretty big performance improvement for people with weak disks/have certain AV solutions installed.
Would we be okay to cherry-pick this into v5.10? It's a pretty big performance improvement for people with weak disks/have certain AV solutions installed.
@devinbinnie Sounds good.
/cherry-pick release-5.10
Cherry pick is scheduled.
Summary
This PR turns on async logging for the Desktop App, as the default behaviour of
electron-log
is to write synchronously and wait on the main thread. Also I have upgradedelectron-log
to the latest released version.This should address issues for those with endpoint security/AV software running, or users on a weaker/slower disk that are experiencing slowness in the app, especially while on a higher logging level.
Ticket Link
https://mattermost.atlassian.net/browse/MM-61058