Increase b2 parallel jobs 3->4

This commit is contained in:
sdarwin
2025-10-30 04:04:08 -06:00
parent d27012edbe
commit c049382af0

View File

@@ -253,7 +253,7 @@ class script_common(object):
try: try:
self.jobs = int(os.getenv("JOBS")) self.jobs = int(os.getenv("JOBS"))
except: except:
self.jobs = 3 self.jobs = 4
self.branch = branch self.branch = branch
self.commit = commit self.commit = commit