Plugin Author
Rinat
(@rinatkhaziev)
Thread Starter
TKPM
(@tkpm)
Thank you for the reply. I tried increasing the allowed upload size to 1GB, but I tried uploading another 250MB file and it timed out again. Anything 100MB or smaller works fine, though.
Plugin Author
Rinat
(@rinatkhaziev)
Did you increase max_execution_time? Probably it times out because server kills request that takes too long.
Thread Starter
TKPM
(@tkpm)
Yes, I set it for 1720; should I increase it to something like 6000?
Plugin Author
Rinat
(@rinatkhaziev)
You can set it to 0 which means infinity.
Thread Starter
TKPM
(@tkpm)
Awesome, I’ll give that a shot, thanks for the quick reply! Should I do the same for the max_input_time or does it matter?
Thread Starter
TKPM
(@tkpm)
Well, I made the changes and every time I try the larger file size (250MB), I get a page that says “Connection Timed Out” after about 30 seconds. I also tried adding the code to the .htaccess file and kept getting errors when trying to access the site, so I removed the code and the site acted normal again.