Summary: | Problem with loading of contact photos | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Vojtěch Zeisek <Vojtech.Zeisek> |
Component: | Google Resource | Assignee: | Daniel Vrátil <dvratil> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kdepim-bugs |
Priority: | NOR | ||
Version: | 4.9 | ||
Target Milestone: | 4.9 | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim-runtime/6d3de83c3230f832c7db0933bd36117a282dfc06 | Version Fixed In: | 4.9.3 |
Sentry Crash Report: |
Description
Vojtěch Zeisek
2012-07-18 16:46:14 UTC
Git commit 6d3de83c3230f832c7db0933bd36117a282dfc06 by Dan Vrátil. Committed on 19/10/2012 at 12:09. Pushed by dvratil into branch 'KDE/4.9'. 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. FIXED-IN: 4.9.3 M +62 -5 resources/google/contacts/contactsresource.cpp M +11 -2 resources/google/contacts/contactsresource.h http://commits.kde.org/kdepim-runtime/6d3de83c3230f832c7db0933bd36117a282dfc06 |