add no_keep_alive setting to docs
This commit is contained in:
parent
5ddb0488f2
commit
6f098b3d21
|
@ -83,3 +83,4 @@ Out of the box there are just a few predefined values which can be overwritten w
|
||||||
| ----------------- | --------- | --------------------------------- |
|
| ----------------- | --------- | --------------------------------- |
|
||||||
| REQUEST_MAX_SIZE | 100000000 | How big a request may be (bytes) |
|
| REQUEST_MAX_SIZE | 100000000 | How big a request may be (bytes) |
|
||||||
| REQUEST_TIMEOUT | 60 | How long a request can take (sec) |
|
| REQUEST_TIMEOUT | 60 | How long a request can take (sec) |
|
||||||
|
| NO_KEEP_ALIVE | False | Disable keep-alive |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user