Skip to content

Commit

Permalink
Add maxResumes to list (#5071)
Browse files Browse the repository at this point in the history
Adds `maxResumes` to docs. This relates to #3165 
---------
Co-authored-by: G.Reijn <[email protected]>
  • Loading branch information
Gijsreyn authored Jan 21, 2025
1 parent b1ac622 commit fd8f497
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/Settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fd8f497

Please sign in to comment.