Comment 4 for bug 571648

Revision history for this message
Paul Sladen (sladen) wrote : Re: -syncd polls at 10 Hz when not enabled/signed up

The Glib mainloop is an event-based message-passing loop, it is not going be the cause of polling. A client of the mainloop (eg. ubuntuone-syncd, or one of its libraries) is actively going out of its way to set up a timer and is _requesting_ to be called at 10Hz.

Whatever is _requesting_ to be called at 10 Hz is broken ...it should not be creating that repeating timer request, and instead should be redesigned to setup and listen for the true event it's actually after.