diff options
author | Marc Laukien <marc@zeroc.com> | 2004-09-30 17:21:47 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-09-30 17:21:47 +0000 |
commit | 338f12d50adc609ddff7641af1d84be3cba282b7 (patch) | |
tree | 06ffe08c28ab4da3cd710a7165e1ba7356823f9d /cpp/src/Ice/Instance.cpp | |
parent | Added tests for collection of leaf nodes. (diff) | |
download | ice-338f12d50adc609ddff7641af1d84be3cba282b7.tar.bz2 ice-338f12d50adc609ddff7641af1d84be3cba282b7.tar.xz ice-338f12d50adc609ddff7641af1d84be3cba282b7.zip |
more glacier2
Diffstat (limited to 'cpp/src/Ice/Instance.cpp')
-rw-r--r-- | cpp/src/Ice/Instance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp index 5bee1edad51..a1588e45e68 100644 --- a/cpp/src/Ice/Instance.cpp +++ b/cpp/src/Ice/Instance.cpp @@ -522,7 +522,7 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Prope } { - Int num = _properties->getPropertyAsIntWithDefault("Ice.ConnectiondleTime", 60); + Int num = _properties->getPropertyAsIntWithDefault("Ice.ConnectionIdleTime", 60); if(num < 0) { const_cast<Int&>(_connectionIdleTime) = 0; |