Update
This commit is contained in:
parent
976e900967
commit
cdd7d61a78
|
@ -2,16 +2,16 @@
|
|||
|
||||
## When removing a package, also remove those dependencies
|
||||
## that are not required by other packages (recurse option):
|
||||
RemoveUnrequiredDeps
|
||||
#RemoveUnrequiredDeps
|
||||
|
||||
## How often to check for updates, value in hours (0 to disable):
|
||||
RefreshPeriod = 6
|
||||
RefreshPeriod = 3
|
||||
|
||||
## When no update is available, hide the tray icon:
|
||||
#NoUpdateHideIcon
|
||||
|
||||
## When applying updates, enable packages downgrade:
|
||||
EnableDowngrade
|
||||
#EnableDowngrade
|
||||
|
||||
## When installing packages, do not check for updates:
|
||||
#SimpleInstall
|
||||
|
@ -20,7 +20,7 @@ EnableDowngrade
|
|||
#EnableAUR
|
||||
|
||||
## Keep built packages from AUR in cache after installation:
|
||||
KeepBuiltPkgs
|
||||
#KeepBuiltPkgs
|
||||
|
||||
## When AUR support is enabled check for updates from AUR:
|
||||
#CheckAURUpdates
|
||||
|
@ -40,8 +40,11 @@ KeepNumPackages = 3
|
|||
## Download updates in background:
|
||||
#DownloadUpdates
|
||||
|
||||
## Offline upgrade:
|
||||
#OfflineUpgrade
|
||||
|
||||
## Maximum Parallel Downloads:
|
||||
MaxParallelDownloads = 4
|
||||
MaxParallelDownloads = 8
|
||||
|
||||
#CheckFlatpakUpdates
|
||||
|
||||
|
@ -49,6 +52,3 @@ MaxParallelDownloads = 4
|
|||
|
||||
#EnableFlatpak
|
||||
|
||||
|
||||
#OfflineUpgrade
|
||||
|
||||
|
|
Loading…
Reference in New Issue