Increase the number of threads to 25
authorIustin Pop <iustin@google.com>
Mon, 6 Oct 2008 13:29:51 +0000 (13:29 +0000)
committerIustin Pop <iustin@google.com>
Mon, 6 Oct 2008 13:29:51 +0000 (13:29 +0000)
commit1daae3849b10d6aa6634614c11e3bae8a6553d77
tree696dee86c00a6e98f256b798cecf470e44ab4a9f
parent74bc10e823a47eddf26fb32e580cbc71b170c4e5
Increase the number of threads to 25

Since our locks are not gathered nicely, we can have jobs that are
actually blocking on locks (parallel burnin shows this), so at least we
need to increase the number of threads above the usual number of jobs we
could have in a such a case.

Reviewed-by: imsnah
lib/jqueue.py