]> granicus.if.org Git - handbrake/commitdiff
build: Increase max logical CPU cores to 64.
authorBradley Sepos <bradley@bradleysepos.com>
Tue, 24 May 2016 20:58:32 +0000 (16:58 -0400)
committerBradley Sepos <bradley@bradleysepos.com>
Tue, 24 May 2016 20:58:32 +0000 (16:58 -0400)
make/configure.py

index 0b9050ec83f6fccfc37751a1ef0dca300cf57441..7ef88977e978d65c6984cc7985dd450f970bfc99 100644 (file)
@@ -617,8 +617,8 @@ class CoreProbe( Action ):
         ## clamp
         if self.count < 1:
             self.count = 1
-        elif self.count > 32:
-            self.count = 32
+        elif self.count > 64:
+            self.count = 64
 
         if options.launch:
             if options.launch_jobs == 0: