fix default for connection_draining_timeout_sec (#548)

The default value for the connection_draining_timeout_sec arg was
changed in commit 5cd3e1ec99 from
0 to 300. Fixing the doc to reflect this change.
This commit is contained in:
Mioi Hanaoka 2017-10-06 12:03:16 -07:00 committed by Vincent Roseberry
parent 306b3d66b4
commit efa4c36e37

View File

@ -101,7 +101,7 @@ The following arguments are supported:
to a request before considering the request failed. Defaults to `30`.
* `connection_draining_timeout_sec` - (Optional) Time for which instance will be drained (not accept new connections,
but still work to finish started ones). Defaults to `0`.
but still work to finish started ones). Defaults to `300`.
The `backend` block supports: