Commit 34b93664 authored by Tim Peters's avatar Tim Peters

Added XXX based on realtime comment from Christian Theune.

parent 7414c47f
...@@ -159,6 +159,7 @@ class ZEOInstanceBuilder: ...@@ -159,6 +159,7 @@ class ZEOInstanceBuilder:
if args[1:]: if args[1:]:
port = int(args[1]) port = int(args[1])
else: else:
# XXX Change this to 8001, to make Zope's default (verify!).
port = 9999 port = 9999
params = self.get_params(zodb3_home, instance_home, port) params = self.get_params(zodb3_home, instance_home, port)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment