Browse Source

Gzip Tornado response

pull/1423/merge
Ruud 12 years ago
parent
commit
3eed34c710
  1. 3
      couchpotato/runner.py

3
couchpotato/runner.py

@ -245,7 +245,8 @@ def runCouchPotato(options, base_path, args, data_dir = None, log_dir = None, En
(r'.*', FallbackHandler, dict(fallback = web_container)),
],
log_function = lambda x : None,
debug = config['use_reloader']
debug = config['use_reloader'],
gzip = True,
)
if config['ssl_cert'] and config['ssl_key']:

Loading…
Cancel
Save