And if possible how can I extend this time for large queries / requests?
And if possible how can I extend this time for large queries / requests?
I was able to solve the problem, I changed the max_execution_time
to 900
which is equivalent to 15 minutes and worked!