add no_keep_alive setting to docs

This commit is contained in:
Raphael Deem 2017-04-16 22:05:34 -07:00
parent 5ddb0488f2
commit 6f098b3d21

View File

@ -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 |