IDE: More ProcessMessages during compilation, better responsiveness

git-svn-id: trunk@24386 -
This commit is contained in:
martin 2010-04-03 22:35:21 +00:00
parent 64714af5b6
commit a47f917688

View File

@ -297,7 +297,7 @@ begin
LastProcessMessages:=Now-1;// force one update at start
repeat
if (Application<>nil) and (abs(LastProcessMessages-Now)>((1/86400)/3))
if (Application<>nil) and (abs(LastProcessMessages-Now)>((1/86400)/15))
then begin
LastProcessMessages:=Now;
if EndUpdateNeeded then begin