summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ConnectionFactory.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2017-04-07 18:35:22 +0200
committerBenoit Foucher <benoit@zeroc.com>2017-04-07 18:35:22 +0200
commit61ff49d21bb920d11348c067e0bba1b9dafc86e4 (patch)
tree27f2c8fe3c24eb985e914b47e8634805d5dc9946 /cpp/src/Ice/ConnectionFactory.cpp
parentFix (ICE-7760) - Move Java 8 IceSSL to its own jar (diff)
downloadice-61ff49d21bb920d11348c067e0bba1b9dafc86e4.tar.bz2
ice-61ff49d21bb920d11348c067e0bba1b9dafc86e4.tar.xz
ice-61ff49d21bb920d11348c067e0bba1b9dafc86e4.zip
Minor fix to JS controller and PHP timeout test (bumped hold time)
Diffstat (limited to 'cpp/src/Ice/ConnectionFactory.cpp')
-rw-r--r--cpp/src/Ice/ConnectionFactory.cpp2
1 files changed, 1 insertions, 1 deletions
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))
{