mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 08:58:19 +01:00
Improve timeline rendering performance
This commit is contained in:
@@ -183,8 +183,10 @@ Bootstrap.benchmark(async (bootstrap: Bootstrap): Promise<void> => {
|
||||
debug('waiting for timing from the app');
|
||||
const { timestamp, delta } = await app.waitForMessageSend();
|
||||
|
||||
// Sleep to allow any receipts from previous rounds to be processed
|
||||
await sleep(1000);
|
||||
if (GROUP_DELIVERY_RECEIPTS > 1) {
|
||||
// Sleep to allow any receipts from previous rounds to be processed
|
||||
await sleep(1000);
|
||||
}
|
||||
|
||||
debug('sending delivery receipts');
|
||||
receiptsFromPreviousMessage = await Promise.all(
|
||||
|
||||
Reference in New Issue
Block a user