From d25795353f68a6a3b0a214c9c68535d63caeaedd Mon Sep 17 00:00:00 2001 From: chenson42 Date: Sat, 10 May 2008 02:47:23 +0000 Subject: [PATCH] database enable the 'other' compression parameter --- symmetric/src/main/resources/symmetric-default.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/symmetric/src/main/resources/symmetric-default.properties b/symmetric/src/main/resources/symmetric-default.properties index cdc3ff09dd..1fa89c9391 100644 --- a/symmetric/src/main/resources/symmetric-default.properties +++ b/symmetric/src/main/resources/symmetric-default.properties @@ -167,6 +167,8 @@ symmetric.runtime.http.compression=true # Disable compression from occurring on Servlet communication. This property only # affects the outbound HTTP traffic streamed by the PullServlet and PushServlet. +# +# This property is override-able in the database. symmetric.web.compression.disabled=true # When starting jobs, symmetric attempts to randomize the start time to spread out load. This is the