mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Flush all watchers on empty queue
This commit is contained in:
@@ -742,6 +742,7 @@ async function getConversationById(
|
||||
}
|
||||
|
||||
const updateConversationBatcher = createBatcher<ConversationType>({
|
||||
name: 'sql.Client.updateConversationBatcher',
|
||||
wait: 500,
|
||||
maxSize: 20,
|
||||
processBatch: async (items: Array<ConversationType>) => {
|
||||
|
||||
Reference in New Issue
Block a user