diff options
Diffstat (limited to 'cpp/src/IcePack/AdapterManagerI.cpp')
-rw-r--r-- | cpp/src/IcePack/AdapterManagerI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/AdapterManagerI.cpp b/cpp/src/IcePack/AdapterManagerI.cpp index cf94d5f5ea8..4eebb8a2a75 100644 --- a/cpp/src/IcePack/AdapterManagerI.cpp +++ b/cpp/src/IcePack/AdapterManagerI.cpp @@ -114,7 +114,7 @@ IcePack::AdapterManagerI::AdapterManagerI(const ObjectAdapterPtr& adapter) : _adapter(adapter) { Ice::PropertiesPtr properties = adapter->getCommunicator()->getProperties(); - _waitTime = properties->getPropertyAsIntWithDefault("IcePack.Activation.WaitTime", 10); + _waitTime = properties->getPropertyAsIntWithDefault("IcePack.Activation.WaitTime", 60); } AdapterPrx |