Comment 1 for bug 779915

Revision history for this message
Curtis Hovey (sinzui) wrote :

We can improve the queuing issue by updating the QRUNNERS tuple in
    lib/lp/services/mailman/monkeypatches.py
to a multiple of 2 (only documented in mailman itself). eg:
    ('ArchRunner', 4)
will archive 4 messages per sent message.

test_mm_cfg.TestMMCfgDefaultsTestCase.test_qrunners needs revision. The current test only verifies that the queue is enabled. We may want to verify that we gave it a larger slice.