2
0
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:
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

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
"""