Commit 6f99c00f authored by Andreas Jung's avatar Andreas Jung

Collector #1775: turning off debug mode by default

parent a9087007
...@@ -362,7 +362,7 @@ ...@@ -362,7 +362,7 @@
<metadefault>$clienthome/Z2.lock</metadefault> <metadefault>$clienthome/Z2.lock</metadefault>
</key> </key>
<key name="debug-mode" datatype="boolean" default="on"> <key name="debug-mode" datatype="boolean" default="off">
<description> <description>
A switch which controls several aspects of Zope operation useful for A switch which controls several aspects of Zope operation useful for
developing under Zope. When debug mode is on: developing under Zope. When debug mode is on:
...@@ -378,7 +378,7 @@ ...@@ -378,7 +378,7 @@
Setting this to 'off' when Zope is in a production environment is Setting this to 'off' when Zope is in a production environment is
encouraged, as it speeds execution (sometimes dramatically). encouraged, as it speeds execution (sometimes dramatically).
</description> </description>
<metadefault>on</metadefault> <metadefault>off</metadefault>
</key> </key>
<key name="effective-user"> <key name="effective-user">
......
...@@ -124,11 +124,10 @@ instancehome $INSTANCE ...@@ -124,11 +124,10 @@ instancehome $INSTANCE
# will detect these changes in real time. When this switch is # will detect these changes in real time. When this switch is
# off, you must restart the server to see the changes. # off, you must restart the server to see the changes.
# #
# Setting this to 'off' when Zope is in a # Setting this to 'off' when Zope is in a production environment is
# production environment is encouraged, as it speeds execution (sometimes # encouraged, as it speeds execution (sometimes dramatically).
# dramatically).
# #
# Default: on # Default: off
# #
# Example: # Example:
# #
......
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