diff --git a/js/logging.js b/js/logging.js index 6671d068ad..2cf6e7baa9 100644 --- a/js/logging.js +++ b/js/logging.js @@ -106,7 +106,7 @@ const IS_PRODUCTION = env === 'production'; const ipcBatcher = createBatcher({ wait: 500, - maxSize: 20, + maxSize: 500, processBatch: items => { ipc.send('batch-log', items); },