[GH-ISSUE #104] Increase sync speed by improving concurrency #25

Open
opened 2026-02-27 04:58:47 +03:00 by kerem · 0 comments
Owner

Originally created by @guyzyl on GitHub (Jul 3, 2023).
Original GitHub issue: https://github.com/guyzyl/whatsapp-contact-sync/issues/104

The downloadFile function takes some time to execute, causing this line to slow down the whole sync process:
github.com/guyzyl/whatsapp-contact-sync@69189d541e/server/src/sync.ts (L39)
Making this specific call non-blocking should improve the sync process by quite a bit of time.

Originally created by @guyzyl on GitHub (Jul 3, 2023). Original GitHub issue: https://github.com/guyzyl/whatsapp-contact-sync/issues/104 The `downloadFile` function takes some time to execute, causing this line to slow down the whole sync process: https://github.com/guyzyl/whatsapp-contact-sync/blob/69189d541eadc56ded50b8732a4ff08e9cb472e1/server/src/sync.ts#L39 Making this specific call non-blocking should improve the sync process by quite a bit of time.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whatsapp-contact-sync#25
No description provided.