mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 01:46:15 +01:00
Adjust the GAP for tasks from 20*njobs to 5*njobs
This commit is contained in:
parent
40fe56abcd
commit
f67d5309f1
@ -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
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user