Skip to content

Commit

Permalink
increase max_recv_body to 1GB
Browse files Browse the repository at this point in the history
  • Loading branch information
argv0 committed Feb 23, 2010
1 parent 1fbcbad commit 21f7e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrq.erl
Expand Up @@ -42,7 +42,7 @@ create(Method,Version,RawPath,Headers) ->
req_qs=defined_in_create,
peer="defined_in_wm_req_srv_init",
req_body=not_fetched_yet,
max_recv_body=(50*(1024*1024)),
max_recv_body=(1024*(1024*1024)),
app_root="defined_in_load_dispatch_data",
path_info=dict:new(),
path_tokens=defined_in_load_dispatch_data,
Expand Down

0 comments on commit 21f7e83

Please sign in to comment.