mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 14:05:48 +03:00
[GH-ISSUE #104] Increase sync speed by improving concurrency #25
Labels
No labels
big-feature
bug
dependencies
duplicate
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whatsapp-contact-sync#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @guyzyl on GitHub (Jul 3, 2023).
Original GitHub issue: https://github.com/guyzyl/whatsapp-contact-sync/issues/104
The
downloadFilefunction 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.