diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-09-15 15:29:05 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-09-15 15:29:05 +0000 |
commit | cc25d4e822f650e4d947b27a173c01de543738b4 (patch) | |
tree | be3fde742978e351c3bcc0a8118a99752396499d /cpp/config/IceGridAdmin.py | |
parent | Code cleanup (diff) | |
download | ice-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.py | 2 |
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) |