mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix logging batcher max size
This commit is contained in:
committed by
Scott Nonnenberg
parent
37aa3146bb
commit
6320e1f3a7
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user