Skip to content

Commit

Permalink
Default accept content = json
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Dec 9, 2016
1 parent b041d1c commit 7d7a6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion celery/app/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
else:
DEFAULT_POOL = 'prefork'

DEFAULT_ACCEPT_CONTENT = ['json', 'pickle', 'msgpack', 'yaml']
DEFAULT_ACCEPT_CONTENT = ['json']
DEFAULT_PROCESS_LOG_FMT = """
[%(asctime)s: %(levelname)s/%(processName)s] %(message)s
""".strip()
Expand Down

0 comments on commit 7d7a6fe

Please sign in to comment.