Skip to content
Commit 6d3de83c authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Fetch Google contacts photos in batches to avoid reaching quota

The number of Google API requests per user per second is limited.
Fetching high amount of contact photos (usually at initial sync)
almost always hits the quota and so some contact photos are not
synced.

This commit queues the requests and sends them in batches. When we hit
the quota, the interval between batches is increased and the failed
requests are queued again.

BUG: 303749
FIXED-IN: 4.9.3
parent 5e40280e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment