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.

-- 
-syncd polls at 10 Hz when not enabled/signed up
https://bugs.launchpad.net/bugs/571648
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to