diff --git a/base/process.h b/base/process.h index e9af6c804..36fb486a2 100644 --- a/base/process.h +++ b/base/process.h @@ -37,7 +37,7 @@ public: typedef shared_ptr Ptr; typedef weak_ptr WeakPtr; - static const deque::size_type MaxTasksPerThread = 128; + static const deque::size_type MaxTasksPerThread = 512; Process(const String& command);