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