Jan 1st, 2013, 3:46 PM
(Dec 10th, 2012, 10:03 AM)GlitterKill Wrote: Bueller... Bueller... Bueller...
Anyone?
Hey GlitterKill,
Happy New Year! The session time out can be changed under Settings > Account > Default Sessions Timeout however this is different than a the file timing out which is probably set by your hosting company.
With files as large as 1.5 GB I suspect that you might have issues uploading these. You will need to make revisions to the php.ini file and change the following settings.
- max_input_time (Maximum time in seconds a script is allowed to parse input data, like POST, GET and file uploads)
- upload_max_filesize (Maximum size of an uploaded file)
- post_max_filesize (Maximum size of post data allowed)
In Apache:
- TimeOut (Amount of time the server will wait for certain events before failing a request)
- LimitRequestBody (Restricts the total size of the HTTP request body sent from the client)
Hope this helps.