summaryrefslogtreecommitdiff
path: root/cpp/config/IceGridAdmin.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-09-15 15:29:05 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-09-15 15:29:05 +0000
commitcc25d4e822f650e4d947b27a173c01de543738b4 (patch)
treebe3fde742978e351c3bcc0a8118a99752396499d /cpp/config/IceGridAdmin.py
parentCode cleanup (diff)
downloadice-cc25d4e822f650e4d947b27a173c01de543738b4.tar.bz2
ice-cc25d4e822f650e4d947b27a173c01de543738b4.tar.xz
ice-cc25d4e822f650e4d947b27a173c01de543738b4.zip
More code cleanup + added replica session timeout
Diffstat (limited to 'cpp/config/IceGridAdmin.py')
-rw-r--r--cpp/config/IceGridAdmin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/IceGridAdmin.py b/cpp/config/IceGridAdmin.py
index 3ac95abf5b9..ec06c9f78ce 100644
--- a/cpp/config/IceGridAdmin.py
+++ b/cpp/config/IceGridAdmin.py
@@ -15,7 +15,7 @@ from threading import Thread
# Set nreplicas to a number N to test replication with N replicas.
#
nreplicas=0
-#nreplicas=1
+#nreplicas=2
for toplevel in [".", "..", "../..", "../../..", "../../../.."]:
toplevel = os.path.normpath(toplevel)