diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-11-12 13:14:23 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-11-12 13:14:23 +0000 |
commit | e6000651d325d2ac80421566cd822a9fd3ac254c (patch) | |
tree | f953316a20e3aa9173e6700ef96ba4a41c9d857b /cpp | |
parent | Fixed minor bugs reported by Benoit (diff) | |
download | ice-e6000651d325d2ac80421566cd822a9fd3ac254c.tar.bz2 ice-e6000651d325d2ac80421566cd822a9fd3ac254c.tar.xz ice-e6000651d325d2ac80421566cd822a9fd3ac254c.zip |
minor edit to AdminSessionTimeout
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/doc/Properties.sgml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/cpp/doc/Properties.sgml b/cpp/doc/Properties.sgml index 9486a9c4fe0..e7886ca9ef8 100644 --- a/cpp/doc/Properties.sgml +++ b/cpp/doc/Properties.sgml @@ -2286,12 +2286,11 @@ IceGrid.Registry.AdminSessionTimeout=<replaceable>num</replaceable> <section> <title>Description</title> <para> -&IceGrid; admin clients might establish a session with the registry to +&IceGrid; administrative clients might establish a session with the registry to receive updates on the state of the &IceGrid; registry and nodes. This -session must be refreshed periodically. If an admin client does not -refresh its session within <replaceable>num</replaceable> seconds, the -session is destroyed. If not specified, the default value is 10 -seconds. +session must be refreshed periodically. If the client does not refresh its +session within <replaceable>num</replaceable> seconds, the session is destroyed. +If not specified, the default value is 10 seconds. </para> </section> </section> |