[appimage] improvement -> allowing the property 'suggestions.expiration' to be managed through the UI

This commit is contained in:
Vinicius Moreira
2021-02-01 17:40:42 -03:00
parent 7a3245ae5e
commit aac3c82dd8
12 changed files with 64 additions and 30 deletions

View File

@@ -197,9 +197,9 @@ bauh is officially distributed through [PyPi](https://pypi.org/project/bauh) and
- The configuration file is located at **~/.config/bauh/appimage.yml** and it allows the following customizations:
```
database:
expiration: 60 # defines the period (in minutes) in which the database will be considered up to date during the initialization process. Use 0 if you always want to update it.
expiration: 60 # defines the period (in minutes) in which the database will be considered up to date during the initialization process. Use 0 if you always want to update it. Default: 60.
suggestions:
expiration: 24 # defines the period (in hours) in which the cached suggestions will be considered up to date. Use 0 if you always want to update them.
expiration: 24 # defines the period (in hours) in which the suggestions stored in disc will be considered up to date. Use 0 if you always want to update them. Default: 24.
```