Skip to content
Snippets Groups Projects
Commit c82a866c authored by Craig Tiller's avatar Craig Tiller Committed by Craig Tiller
Browse files

Fix typo

parent af7cf54e
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ class SimpleConfig(object):
if environ is None:
environ = {}
self.build_config = config
self.maxjobs = 100 * multiprocessing.cpu_count()
self.maxjobs = 2 * multiprocessing.cpu_count()
self.allow_hashing = (config != 'gcov')
self.environ = environ
self.environ['CONFIG'] = config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment