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