]> git.itanic.dy.fi Git - rrdd/commitdiff
Merge remote-tracking branch 'origin/master'
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sun, 26 Oct 2014 15:35:34 +0000 (17:35 +0200)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sun, 26 Oct 2014 15:35:52 +0000 (17:35 +0200)
Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
process.c

index 3cdb6e1977377c1f53448e188807daec4de1fc19..3b107008cf9f63c8430f80b2e40096f6faf3ff8d 100644 (file)
--- a/process.c
+++ b/process.c
@@ -230,7 +230,7 @@ read_fail:
 no_count_cpus:
        pr_info("Set maximum number of parallel jobs to %d\n", max_jobs);
 
-       max_jobs_pending = max_jobs * 50 + 25;
+       max_jobs_pending = max_jobs * 10 + 25;
        pr_info("Set maximum number of pending jobs to %d\n", max_jobs_pending);
 
        return 0;