mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-21 22:12:07 +02:00
Opkman: Disable package updates temporary.
git-svn-id: trunk@56459 -
This commit is contained in:
parent
41ae61a55c
commit
3b2a9dd7c2
@ -498,11 +498,11 @@ var
|
||||
I: Integer;
|
||||
JSON: TJSONStringType;
|
||||
begin
|
||||
Load;
|
||||
CheckForOpenSSL;
|
||||
// Load;
|
||||
// CheckForOpenSSL;
|
||||
while not Terminated do
|
||||
begin
|
||||
if Assigned(SerializablePackages) and (FNeedToUpdate) and (not FBusyUpdating) and (not FPaused) and (FOpenSSLAvailable) then
|
||||
{ if Assigned(SerializablePackages) and (FNeedToUpdate) and (not FBusyUpdating) and (not FPaused) and (FOpenSSLAvailable) then
|
||||
begin
|
||||
Options.LastUpdate := Now;
|
||||
Options.Changed := True;
|
||||
@ -532,7 +532,7 @@ begin
|
||||
FBusyUpdating := False;
|
||||
FNeedToUpdate := False;
|
||||
end;
|
||||
end;
|
||||
end;}
|
||||
Sleep(1000);
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user