Skip to content

Commit

Permalink
Added request_timeout_ms
Browse files Browse the repository at this point in the history
  • Loading branch information
cpq committed Jul 30, 2013
1 parent b07745a commit e59ee00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions UserManual.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,12 @@ therefore this option can be used to drop privileges. Example:

mongoose -listening_ports 80 -run_as_user nobody

### request\_timeout\_ms `30000`
Timeout for network read and network write operations, in milliseconds.
If client intends to keep long-running connection, either increase this value
or use keep-alive messages.


### url\_rewrite\_patterns
Comma-separated list of URL rewrites in the form of
`uri_pattern=file_or_directory_path`. When Mongoose receives the request,
Expand Down

0 comments on commit e59ee00

Please sign in to comment.