Summary: | The second Google Mail notification may take up to 60 seconds to occur | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Nicolas Dufresne <nicolas> |
Component: | gabble | Assignee: | Nicolas Dufresne <nicolas> |
Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | medium | Keywords: | patch |
Version: | 0.10 | ||
Hardware: | Other | ||
OS: | All | ||
URL: | http://git.collabora.co.uk/?p=user/nicolas/telepathy-gabble.git;a=shortlog;h=refs/heads/speedup-mail-notification | ||
Whiteboard: | review+ with trivial changes | ||
i915 platform: | i915 features: | ||
Attachments: | Mail status polling to workaround server lazyness |
Description
Nicolas Dufresne
2010-10-05 16:31:14 UTC
Please review the attached patch, this is considered a blocker for Meego 1.1. Splinter seems to be broken, so no nice diff output, sorry... If this is how the server works, then your hack seems to be the least bad possible, although I'm not particularly happy about it. Hopefully Google will fix their server... Some English fixes: s/lazyness/laziness/, s/periode/period/, s/every POLL_DELAY second/every POLL_DELAY seconds/ + DEBUG ("Stop polling mail after %i seconds", priv->poll_count * POLL_DELAY); "stop" is the wrong tense: perhaps "%i seconds since <new-mail>, stopping polling"? + DEBUG ("Polling mail since %i seconds", priv->poll_count * POLL_DELAY); That's not how "since" works in English: perhaps "%i seconds since <new-mail>, still polling"? + DEBUG ("Start polling mail for next %i seconds", POLL_DURATION); "Polling mail for next %i seconds" or "Starting to poll mail for next %i seconds" Fixed remaining, and pushed upstream. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.