Adds `maxResumes` to docs. This relates to #3165 
---------
Co-authored-by: G.Reijn <G.Reijn@enzazaden.nl>
This commit is contained in:
Gijs Reijn 2025-01-21 18:04:57 +01:00 коммит произвёл GitHub
Родитель b1ac622340
Коммит fd8f497737
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -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.