winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit fd8f4977376607110469371038d780923ffac0df
parent b1ac62234040ce63f96a294d23aeb040e0941738
Author: Gijs Reijn <gijsreijn@hotmail.com>
Date:   Tue, 21 Jan 2025 18:04:57 +0100

Add maxResumes to list (#5071)

Adds `maxResumes` to docs. This relates to #3165 
---------
Co-authored-by: G.Reijn <G.Reijn@enzazaden.nl>
Diffstat:
Mdoc/Settings.md | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/doc/Settings.md b/doc/Settings.md @@ -197,6 +197,18 @@ The `defaultInstallRoot` affects the install location when a package requires on }, ``` +### Maximum resumes + +The `maxResumes` setting determines the maximum number of times that a command may be resumed automatically. The default value is 3. + +```json + "installBehavior": { + "maxResumes": 3 + }, +``` + +> Note: [The resume behavior is an experimental feature.](#resume) + ## Uninstall Behavior The `uninstallBehavior` settings affect the default behavior of uninstalling (where applicable) packages.