How can I make my server allow my PHP script process to run for 75 minutes instead of disconnecting after only 45 minutes? – CPanel
I am trying to save an mp4 file from audio live stream by PHP script initiated by cron job. It's expected to work for 75 minutes, but the problem is it runs for only 45 minutes. I found that the…