OSDN Git Service

常にCPU利用率100%になる不具合の修正
authorh677 <h677>
Fri, 2 Apr 2004 10:59:00 +0000 (10:59 +0000)
committerh677 <h677>
Fri, 2 Apr 2004 10:59:00 +0000 (10:59 +0000)
ThreadControl.pas

index 609681d..c12ae07 100644 (file)
@@ -79,7 +79,7 @@ var
        FDownThread: TDownloadThread;
 begin
        while not Terminated do begin
-               //Sleep(10);
+               Sleep(10);
                List := FItemList.LockList;
                try
                        if List.Count > 0 then begin