Skip to content

Commit

Permalink
Merge pull request #62 from nTraum/enable_gzip_encoding_by_default
Browse files Browse the repository at this point in the history
Enable gzip encoding by default
  • Loading branch information
neonichu committed Apr 27, 2015
2 parents c0a662c + 095d206 commit a9c6656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/contentful/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Client
entry_mapping: {},
default_locale: 'en-US',
raw_mode: false,
gzip_encoded: false,
gzip_encoded: true,
logger: false,
log_level: Logger::INFO,
proxy_host: nil,
Expand Down

0 comments on commit a9c6656

Please sign in to comment.