diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-07-11 16:11:08 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-26 09:32:19 +0100 |
commit | bc9634c65abc729ec5e75fd2826a07de5cc3ed37 (patch) | |
tree | 61cfbe3840672f5de34c7ac7dca9544656a865f5 | |
parent | a9296667720662bb225300a532ddb894c2f4de6a (diff) |
Don't set non-default value for USE_GHOSTSCRIPT_COMPRESSION
We don't set this to true as a default so don't supply the non-default
to new installs.
-rw-r--r-- | config/general.yml-example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index 40a5583f2..3a81158ac 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -456,7 +456,7 @@ DEBUG_RECORD_MEMORY: false # USE_GHOSTSCRIPT_COMPRESSION - Boolean (default: false) # # --- -USE_GHOSTSCRIPT_COMPRESSION: true +USE_GHOSTSCRIPT_COMPRESSION: false # Alateveli uses mySociety's gazeteer service to determine country from # incoming IP address (this lets us suggest an Alaveteli in the user's country |