When I am using FileSideLoad module to upload a folder with many files. How can I increase the max_execution_time to make it last longer. I have changed the php.ini file and increased the time, but everything is still the same.
Or is it something to do with Cloudflare?
At a certain level, you’re just going to have timeout issues trying to do a very large number of files all at once. Perhaps you could do smaller numbers at a time?
Or, you could use something like CSV Import to do the adding as a background process that wouldn’t be subject to a timeout.