Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
ZODB
Commits
c4ac2ac5
Commit
c4ac2ac5
authored
21 years ago
by
Jeremy Hylton
Browse files
Options
Download
Email Patches
Plain Diff
Fix to make -m/--monitor option work.
Bug fix from Jon Dyte.
parent
1984676f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/ZEO/runzeo.py
src/ZEO/runzeo.py
+2
-2
No files found.
src/ZEO/runzeo.py
View file @
c4ac2ac5
...
...
@@ -87,8 +87,8 @@ class ZEOOptionsMixin:
default
=
100
)
self
.
add
(
"transaction_timeout"
,
"zeo.transaction_timeout"
,
"t:"
,
"timeout="
,
float
)
self
.
add
(
"monitor_address"
,
"zeo.monitor_address
"
,
"m:"
,
"monitor=
"
,
self
.
handle_monitor_address
)
self
.
add
(
"monitor_address"
,
"zeo.monitor_address
.address
"
,
"m:"
,
"monitor="
,
self
.
handle_monitor_address
)
self
.
add
(
'auth_protocol'
,
'zeo.authentication_protocol'
,
None
,
'auth-protocol='
,
default
=
None
)
self
.
add
(
'auth_database'
,
'zeo.authentication_database'
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment