Greetings Heroku community!

I'm trying to submit a form with a file to a Node+Express server. I set the 
bodyParser limit to 5M:

    app.use(express.bodyParser({ limit: '5mb' }));

It works fine on local machine. However on Heroku I get "Request Entity Too 
Large" error for files larger than 1M.

How does Heroku put this limit and how it can be changed?

Thanks,
Grigor

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Heroku" group.

To unsubscribe from this group, send email to
heroku+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Heroku Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to heroku+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to