Skip to content

Commit

Permalink
Merge branch 'pu'
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Nov 11, 2010
2 parents 9b8d6fe + c50a04a commit 6b94529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mochiweb_request.erl
Expand Up @@ -40,8 +40,8 @@
%% @type response(). A mochiweb_response parameterized module instance.
%% @type ioheaders() = headers() | [{key(), value()}].

% 10 second default idle timeout
-define(IDLE_TIMEOUT, 10000).
% 5 minute default idle timeout
-define(IDLE_TIMEOUT, 300000).

% Maximum recv_body() length of 1MB
-define(MAX_RECV_BODY, (1024*1024)).
Expand Down

0 comments on commit 6b94529

Please sign in to comment.