ruby on rails - Carrierwave Timeout -
i have used carrierwave users upload files in rails app. when user uploads multiple files of size more 400mb (approx.) timeout error.
note: i've hosted app rails app on heroku.
uploading large files through heroku not recommended. limit request 30 seconds, not enough time 400mb.
if open using s3, heroku provides potential rails solution that.
Comments
Post a Comment