Correct dead timeout in the docs.

It's set to one minute in the code.
This commit is contained in:
Mike Atkins
2015-07-22 11:17:14 -04:00
parent 3dce8dca88
commit ed04b7938f

View File

@ -122,7 +122,7 @@ Default::: `30000`
`deadTimeout`[[config-dead-timeout]]:: `Number` -- Milliseconds that a dead connection will wait before attempting to revive itself.
Default::: `30000`
Default::: `60000`
`pingTimeout`[[config-ping-timeout]]:: `Number` -- Milliseconds that a ping request can take before timing out.