From 61ff49d21bb920d11348c067e0bba1b9dafc86e4 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Fri, 7 Apr 2017 18:35:22 +0200 Subject: Minor fix to JS controller and PHP timeout test (bumped hold time) --- cpp/src/Ice/ConnectionFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/Ice/ConnectionFactory.cpp') diff --git a/cpp/src/Ice/ConnectionFactory.cpp b/cpp/src/Ice/ConnectionFactory.cpp index 9e59b77380c..51f2c58cfb7 100644 --- a/cpp/src/Ice/ConnectionFactory.cpp +++ b/cpp/src/Ice/ConnectionFactory.cpp @@ -1821,7 +1821,7 @@ IceInternal::IncomingConnectionFactory::closeAcceptor() // // If the acceptor hasn't been explicitly stopped (which is the case if the acceptor got closed - // because of an unexpected error), try to restart the acceptor in 5 seconds. + // because of an unexpected error), try to restart the acceptor in 1 second. // if(!_acceptorStopped && (_state == StateHolding || _state == StateActive)) { -- cgit v1.2.3