Home › Forums › Support Forum › Can't Continue Scan › Reply To: Can't Continue Scan
May 26, 2012 at 9:46 pm
#278
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.