mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Bump logging batch size from 20 to 500
This commit is contained in:
committed by
Scott Nonnenberg
parent
9f81b4157b
commit
cf6f4a9174
+1
-1
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user