mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 21:10:36 +00:00
7 lines
267 B
TOML
7 lines
267 B
TOML
|
[env]
|
||
|
# We only use these blocking::unblock threads for prompting
|
||
|
# for interactive input using stdin, the default amount of
|
||
|
# threads is 500 which is unnecessarily high, we probably
|
||
|
# only need one thread here but lets do 10 just in case
|
||
|
BLOCKING_MAX_THREADS = "10"
|