From 06eacfc835d93cdda93176d3f61b34dd73154695 Mon Sep 17 00:00:00 2001 From: Emre Kurubas Date: Fri, 21 Sep 2018 15:42:52 +0300 Subject: [PATCH] Fixed minimum number of threads to 1 --- EtcTool/EtcTool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EtcTool/EtcTool.cpp b/EtcTool/EtcTool.cpp index 1b52778..9a30564 100644 --- a/EtcTool/EtcTool.cpp +++ b/EtcTool/EtcTool.cpp @@ -67,7 +67,7 @@ class Commands { public: - static const unsigned int MIN_JOBS = 8; + static const unsigned int MIN_JOBS = 1; Commands(void) {