Index: scheduler/cups-polld.c =================================================================== --- scheduler/cups-polld.c (revision 9461) +++ scheduler/cups-polld.c (working copy) @@ -310,7 +310,7 @@ fprintf(stderr, "DEBUG: %s Found %d printers.\n", prefix, max_count); count = 0; - max_count = max_count / interval + 1; + max_count = 2 * max_count / interval + 1; /* * Loop through the printers or classes returned in the list...