summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ConnectionFactory.cpp
diff options
context:
space:
mode:
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))
{