Commit 91b15361 authored by Hanno Schlichting's avatar Hanno Schlichting

LP #143089: Removed the top-level zeo-client-name option from zope.conf, as it...

LP #143089: Removed the top-level zeo-client-name option from zope.conf, as it had no effect since ZODB 3.2.
parent 45cdd0ec
......@@ -144,6 +144,9 @@ Features Added
Bugs Fixed
++++++++++
- LP #143089: Removed the top-level zeo-client-name option from zope.conf, as
it had no effect since ZODB 3.2.
- LP #143410: Removed unnecessary color definition in ZMI CSS.
- LP #143391: Protect against missing acl_users.hasUsers on quick start page.
......
......@@ -80,10 +80,6 @@ def read_only_database(value):
DeprecationWarning, stacklevel=2)
return value
def zeo_client_name(value):
value and _setenv('ZEO_CLIENT', value)
return value
def structured_text_header_level(value):
value is not None and _setenv('STX_DEFAULT_LEVEL', value)
return value
......
......@@ -794,16 +794,6 @@
<metadefault>off</metadefault>
</key>
<key name="zeo-client-name" handler="zeo_client_name">
<description>
Provide a string value to uniquely identify the local cache files
created if this Zope is a ZEO client. Setting this directive implies
setting 'enable-product-installation' to 'off' if
'enable-product-installation' is left unset.
</description>
<metadefault>unset</metadefault>
</key>
<section type="eventlog" name="*" attribute="eventlog">
<description>
Describes what level of log output is desired and where it
......
......@@ -736,24 +736,6 @@ instancehome $INSTANCE
# database-quota-size 1000000
# Directive: zeo-client-name
#
# Description:
# If you want a persistent ZEO client cache which retains cache
# contents across ClientStorage restarts, you need to define a
# zeo-client-name. If you use ZEO and you don't set a
# zeo-client-name, the client cache is stored in temporary files
# which are removed when the ClientStorage shuts down. The value
# of zeo-client-name is used to uniquely identify the local cache
# files created if this Zope is a ZEO client.
#
# Default: unset
#
# Example:
#
# zeo-client-name zeo1
# Directives: logger
#
# Description:
......
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