diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-09-22 10:25:38 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-09-22 10:25:38 +0000 |
commit | 454f12ab20eac9bb8c425f3df2810318369e1892 (patch) | |
tree | 5e68f1272e06c9773ff5de9ba07eb16905a1102b /cpp/config/IceGridAdmin.py | |
parent | Bug 1399. (diff) | |
download | ice-454f12ab20eac9bb8c425f3df2810318369e1892.tar.bz2 ice-454f12ab20eac9bb8c425f3df2810318369e1892.tar.xz ice-454f12ab20eac9bb8c425f3df2810318369e1892.zip |
src/IceGrid
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 ec06c9f78ce..2969fae4e0b 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=2 +nreplicas=2 for toplevel in [".", "..", "../..", "../../..", "../../../.."]: toplevel = os.path.normpath(toplevel) |