Comment 1 for bug 571648

Revision history for this message
Guillermo Gonzalez (verterok) wrote : Re: -syncd polls at 10 Hz when not enabled/signed up

Hi Paul,

This is a know issue with the twisted glib2reactor, which uses the glib main loop (Syncdaemon requires glib in order to use DBus)

The fix would be to have a non-glib mainloop for python-dbus or fix glib(?) to avoid polling 10 times/second. The main issue with the first approach is that python-dbus doesn't not support other mainloops (yet)