Forum

Thread tagged as: Problem, Runway, Backup
Drew McLellan

Drew McLellan 2638 points
Perch Support

No, that's a specific PHP configuration setting - it kills long running scripts if they don't complete before the timeout.

This has nothing to do with 64 bit ints, that's complete red herring.

The max_execution_time defaults to 60 seconds.

I've upped it to 300 seconds (five minutes). I'll see what happens next time the script runs. Hope this works :)