mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
* move `fullSync` contents to private methods in prep to storing the respective promise * store in-flight sync so multiple calls to the sync service are avoided * Revert "store in-flight sync so multiple calls to the sync service are avoided" This reverts commit233c8e9d4b. * Revert "move `fullSync` contents to private methods in prep to storing the respective promise" This reverts commit3f686ac6a4. * store inflight API calls for sync service - This avoids duplicate network requests in a relatively short amount of time but still allows consumers to call `fullSync` if needed * add debug log for duplicate sync