add default to idle_timeout in hot fn docs (#309)

it's a bit funny that in hot / not functions idle_timeout appears but it's not such a big deal, either
This commit is contained in:
Reed Allman
2017-09-08 09:58:42 -07:00
committed by Travis Reeder
parent 92ea1bd9d1
commit 4839edc12b

View File

@@ -107,5 +107,5 @@ requests:
`format` (mandatory) either "default" or "http". If "http", then it is a hot
container.
`idle_timeout` (optional) - idle timeout (in seconds) before function termination.
`idle_timeout` (optional) - idle timeout (in seconds) before function termination, default 30 seconds.