From 8f9fe64e0780cce07f6d0cf507d7669f3314f5f6 Mon Sep 17 00:00:00 2001 From: hch12907 Date: Sat, 26 Jan 2019 15:03:06 +0800 Subject: [PATCH] Core: adjust time slice and workers the change was accidentally included in 3b6cc1f7 --- liborbum/src/Core.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/liborbum/src/Core.cpp b/liborbum/src/Core.cpp index 1a613557..6f114e4c 100644 --- a/liborbum/src/Core.cpp +++ b/liborbum/src/Core.cpp @@ -50,8 +50,8 @@ CoreOptions CoreOptions::make_default() "", "", "", - 1, - 8, //std::thread::hardware_concurrency() - 1, + 5, + 4, //std::thread::hardware_concurrency() - 1, 1.0, 1.0,