Opkman: Set "Check for package updates" to never by default.

git-svn-id: trunk@59774 -
This commit is contained in:
balazs 2018-12-10 13:57:14 +00:00
parent 02e5547687
commit a54471158f

View File

@ -268,7 +268,7 @@ begin
FActiveRepositoryIndex := 0;
FForceDownloadAndExtract := True;
FDeleteZipAfterInstall := True;
FCheckForUpdates := 0;
FCheckForUpdates := 5;
FLastUpdate := 0.0;
FConTimeOut := 10;
FDaysToShowNewPackages := 31;