From ed04b7938f2f5589715625ebe02e4cb6dffe9e2d Mon Sep 17 00:00:00 2001 From: Mike Atkins Date: Wed, 22 Jul 2015 11:17:14 -0400 Subject: [PATCH] Correct dead timeout in the docs. It's set to one minute in the code. --- docs/configuration.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.asciidoc b/docs/configuration.asciidoc index 734ea379e..ff38775c4 100644 --- a/docs/configuration.asciidoc +++ b/docs/configuration.asciidoc @@ -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.