Skip to content

Commit d5cd353

Browse files
authored
docs: http_timeout should be a duration string (jdx#2755)
1 parent 72b332d commit d5cd353

File tree

2 files changed

+6
-194
lines changed

2 files changed

+6
-194
lines changed

docs/configuration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,12 @@ trusted_config_paths = [
142142
'~/work/my-trusted-projects',
143143
]
144144

145-
verbose = false # set to true to see full installation output, see `MISE_VERBOSE`
146-
asdf_compat = false # set to true to ensure .tool-versions will be compatible with asdf, see `MISE_ASDF_COMPAT`
147-
http_timeout = 30 # set the timeout for http requests in seconds, see `MISE_HTTP_TIMEOUT`
148-
jobs = 4 # number of plugins or runtimes to install in parallel. The default is `4`.
149-
raw = false # set to true to directly pipe plugins to stdin/stdout/stderr
150-
yes = false # set to true to automatically answer yes to all prompts
145+
verbose = false # set to true to see full installation output, see `MISE_VERBOSE`
146+
asdf_compat = false # set to true to ensure .tool-versions will be compatible with asdf, see `MISE_ASDF_COMPAT`
147+
http_timeout = "30s" # set the timeout for http requests as duration string, see `MISE_HTTP_TIMEOUT`
148+
jobs = 4 # number of plugins or runtimes to install in parallel. The default is `4`.
149+
raw = false # set to true to directly pipe plugins to stdin/stdout/stderr
150+
yes = false # set to true to automatically answer yes to all prompts
151151

152152
not_found_auto_install = true # see MISE_NOT_FOUND_AUTO_INSTALL
153153
task_output = "prefix" # see Tasks Runner for more information

schema/settings.json

Lines changed: 0 additions & 188 deletions
This file was deleted.

0 commit comments

Comments
 (0)