Skip to content

Commit

Permalink
just notice that web compression should be turned on by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed May 10, 2008
1 parent d257953 commit 668dfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmetric/src/main/resources/symmetric-default.properties
Expand Up @@ -169,7 +169,7 @@ symmetric.runtime.http.compression=true
# affects the outbound HTTP traffic streamed by the PullServlet and PushServlet.
#
# This property is override-able in the database.
symmetric.web.compression.disabled=true
symmetric.web.compression.disabled=false

# When starting jobs, symmetric attempts to randomize the start time to spread out load. This is the
# maximum wait period before starting a job.
Expand Down

0 comments on commit 668dfb3

Please sign in to comment.