Changes between Initial Version and Version 1 of Ticket #18336, comment 14
- Timestamp:
- Apr 13, 2013, 5:51:45 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18336, comment 14
initial v1 1 For anyone looking for a quick fix that doe n't require patching Django or installing a third party app: you can monkey patch WSGIServer from settings.py.1 For anyone looking for a quick fix that doesn't require patching Django or installing a third party app: you can monkey patch WSGIServer from settings.py. 2 2 3 3 A queue size of 10 has worked really well for me since I opened this ticket, but with this in settings.py you can easily increase the value to match your needs.