Adjust the GAP for tasks from 20*njobs to 5*njobs

This commit is contained in:
Thomas Nagy 2017-10-21 23:20:58 +02:00
parent 40fe56abcd
commit f67d5309f1
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ except ImportError:
from Queue import Queue
from waflib import Utils, Task, Errors, Logs
GAP = 20
GAP = 5
"""
Wait for at least ``GAP * njobs`` before trying to enqueue more tasks to run
"""