Skip to content

Commit

Permalink
Resolve suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
G.Reijn authored and G.Reijn committed Jan 18, 2025
1 parent 8ac5e07 commit cb20c40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,15 +188,15 @@ The `defaultInstallRoot` affects the install location when a package requires on

### Maximum resumes

The `maxResumes` behavior affects the amount of reboots that happen for packages that request it. The default value is 3.
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 Windows Package Manager does not support the reboot behavior currently.
> Note: [The resume behavior is an experimental feature.](#resume)
## Uninstall Behavior

Expand Down

0 comments on commit cb20c40

Please sign in to comment.