doodlum / Skyrim-Community-Shaders

SKSE core plugin for community-driven advanced graphics modifications for AE, SE and VR. Also fixes bugs and improves performance.
GNU General Public License v3.0
137 stars 41 forks source link

perf: reduce default compilerThreads #475

Closed alandtse closed 1 month ago

alandtse commented 1 month ago

Set the default to be the max of (maxCores - 4), (maxCores * 3/4), or 1

alandtse commented 1 month ago

For reference, prior was max - 1.