Skip to content

Commit

Permalink
docs: correct typo in comment for jit_threads option
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Aug 5, 2023
1 parent 1ac8d0b commit 1e11cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/base_config/zc.cfg
Expand Up @@ -193,7 +193,7 @@ jit = 0
jit_precompile = 0
# Number of background threads for compiling scripts.
# -1 to set to number of available CPU threads
# -x to set to x/(number of available CPU threads)
# -x to set to (number of available CPU threads) / x
# 0 to only compile on the main thread
jit_threads = -2

Expand Down

0 comments on commit 1e11cd6

Please sign in to comment.