diff --git a/cpp/task_queue.h b/cpp/task_queue.h index afedd33..0b3f1e4 100644 --- a/cpp/task_queue.h +++ b/cpp/task_queue.h @@ -31,7 +31,7 @@ class TaskQueue { public: - TaskQueue(size_t max_concurrent_tasks = 10); + TaskQueue(size_t max_concurrent_tasks = 6); ~TaskQueue(); void enqueue(std::shared_ptr jobstatus, std::function log)> task_func, std::shared_ptr packageconf);