Comment 4 for bug 114356

Revision history for this message
In , Arjan (arjan-redhat-bugs) wrote :

Description of problem:
        /* setup the processing of feed update results */
        g_timeout_add_full(G_PRIORITY_DEFAULT_IDLE,
                           100,
                           update_dequeue_results,
                           NULL,
                           NULL);

this code sets a.. 100 miliseconds timer to look at a queue which will be empty
most of the time.

timer should only be set if there's actually anything in the queue...