From e469748f0d5409c9c0260924dac90372fc2e2e63 Mon Sep 17 00:00:00 2001 From: omoso <144749186+omo50@users.noreply.github.com> Date: Sat, 18 May 2024 22:07:00 -0500 Subject: [PATCH] YOSBR time --- config/yosbr/config/threadtweak.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config/yosbr/config/threadtweak.json diff --git a/config/yosbr/config/threadtweak.json b/config/yosbr/config/threadtweak.json new file mode 100644 index 000000000..fc3a04360 --- /dev/null +++ b/config/yosbr/config/threadtweak.json @@ -0,0 +1,13 @@ +{ + "threadCount": { + "bootstrap": 1, + "main": 23 + }, + "threadPriority": { + "game": 8, + "bootstrap": 1, + "main": 2, + "io": 7, + "integratedServer": 8 + } +}