Hi!

I want to upload 150Mb files with CB.
First problem I encountered is simple_bridge_max_post_size.
It is set to 100Mb and it says:
% Override with -simple_bridge_max_post_size SizeInMB
I am not sure, how do I pass command line arguments to CB.
Should I modify rebar start command? Is there a way to pass variable by 
setting it in boss.config?

For now, I've edited simple_bridge_multipart.erl
-define (MAX_POST_SIZE, 1000).

Second problem is body_too_large
returned from mochicow_request:stream_body/4
Should I increase some value here too?

 BR,
Tomasz Kowal

-- 
You received this message because you are subscribed to the Google Groups 
"ChicagoBoss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at http://groups.google.com/group/chicagoboss.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/chicagoboss/6289b9d6-b920-4829-be9d-81f8ad80c3d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to