1
I’m using a cron to run a script that reads a txt file of 18 thousand lines and goes inserting in the bank, but is running at most a thousand lines, from nothing to, did not fall into any of the errors that could be. There’s another way to do it?
1
I’m using a cron to run a script that reads a txt file of 18 thousand lines and goes inserting in the bank, but is running at most a thousand lines, from nothing to, did not fall into any of the errors that could be. There’s another way to do it?
4
Include this line at the beginning of your php file, or in php.ini
ini_set('max_execution_time', 0);
Browser other questions tagged php cron timeout
You are not signed in. Login or sign up in order to post.
Can’t get a direct link through the bank with a csv or something like that?
– rray
It would be very tiring, so I want to automate, I’m picking straight from an ftp.
– Matheus Azevedo