mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
6 lines
267 B
TOML
6 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"
|