///////////////////////////////////////////////////////////////////////////////////////////////////
// SYSTEM SETTINGS
//
// Notes:
// These settings are specific to this system's hardware, and are only applied at boot time.
///////////////////////////////////////////////////////////////////////////////////////////////////
//Set to zero to force auto-detect to run at startup
auto_detect_version = "0" // 0 to 100000
//Thread count for handling the job queue
worker_threads = "6" // 2 to 4
가용 스레드 최대치가 4밖에 안되길래 6으로 강제로 올려놨는데 효과 있음?
댓글 0