zope-checkins@zope.org
[Top] [All Lists]

[Zope-Checkins] SVN: Zope/trunk/skel/etc/zope.conf.in port missing bits

Subject: [Zope-Checkins] SVN: Zope/trunk/skel/etc/zope.conf.in port missing bits from 2.7
From: Brian Lloyd
Date: Wed, 16 Mar 2005 10:07:13 -0500 EST
Log message for revision 29503:
  port missing bits from 2.7

Changed:
  U   Zope/trunk/skel/etc/zope.conf.in

-=-
Modified: Zope/trunk/skel/etc/zope.conf.in
===================================================================
--- Zope/trunk/skel/etc/zope.conf.in    2005-03-16 15:04:37 UTC (rev 29502)
+++ Zope/trunk/skel/etc/zope.conf.in    2005-03-16 15:07:13 UTC (rev 29503)
@@ -833,6 +833,19 @@
 #     port-base 1000
 
 
+# Directive: large-file-threshold
+#
+# Description:
+#     Requests bigger than this size get saved into a temporary file
+#     instead of being read completely into memory.
+#
+# Default: 512K
+#
+# Example:
+#
+#    large-file-threshold 1Mb
+
+
 # Directives: servers
 #
 # Description:

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@xxxxxxxx
http://mail.zope.org/mailman/listinfo/zope-checkins

<Prev in Thread] Current Thread [Next in Thread>
  • [Zope-Checkins] SVN: Zope/trunk/skel/etc/zope.conf.in port missing bits from 2.7, Brian Lloyd <=