Comment 0 for bug 114356

Revision history for this message
Chris Jones (cmsj) wrote :

Binary package hint: liferea

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...