Reply To: Can't Continue Scan

Home Forums Support Forum Can't Continue Scan Reply To: Can't Continue Scan

#278

Anti-Malware Admin
Key Master

I am surprised to hear this is a problem. I an setting the Maximum execution time to 30 seconds for each file scanned but it would appear that is not long enough in your case.

Try changing line 229
From:
set_time_limit(30);
To:
set_time_limit(60);

Please let me know if this works for you or if you have any more trouble.