From 6f098b3d2134d742269d718a71321e341dc32089 Mon Sep 17 00:00:00 2001 From: Raphael Deem Date: Sun, 16 Apr 2017 22:05:34 -0700 Subject: [PATCH] add no_keep_alive setting to docs --- docs/sanic/config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sanic/config.md b/docs/sanic/config.md index 3ed40fda..2bbce5d0 100644 --- a/docs/sanic/config.md +++ b/docs/sanic/config.md @@ -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_TIMEOUT | 60 | How long a request can take (sec) | + | NO_KEEP_ALIVE | False | Disable keep-alive |