expose request_buffer_queue_size to be configurable and update documentation

fix StreamBuffer buffer_size
This commit is contained in:
Yun Xu
2018-12-04 20:12:04 -08:00
parent b5287184e9
commit 1bfbc67c62
5 changed files with 11 additions and 7 deletions

View File

@@ -88,6 +88,7 @@ Out of the box there are just a few predefined values which can be overwritten w
| Variable | Default | Description |
| ------------------------- | --------- | ------------------------------------------------------ |
| REQUEST_MAX_SIZE | 100000000 | How big a request may be (bytes) |
| REQUEST_BUFFER_QUEUE_SIZE | 100 | Request streaming buffer queue size |
| REQUEST_TIMEOUT | 60 | How long a request can take to arrive (sec) |
| RESPONSE_TIMEOUT | 60 | How long a response can take to process (sec) |
| KEEP_ALIVE | True | Disables keep-alive when False |