Changes between Version 2 and Version 3 of Ticket #31373, comment 14
- Timestamp:
- Mar 18, 2020, 12:44:08 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31373, comment 14
v2 v3 5 5 I didn't investigate why connections kept piling up but I suspect [https://github.com/django/django/commit/a415ce70bef6d91036b00dd2c8544aed7aeeaaed#diff-c50ed26e574fb41592a832e0b37c5713R143-R148 these lines] are to blame. 6 6 7 Note that I only managed to reproduce against `runserver` and just like Marcin I couldn't reproduce with `uwsgi --enable-threads` locally. 7 Note that I only managed to reproduce against `runserver` and just like Marcin I couldn't reproduce with `uwsgi --enable-threads` locally. I also tried `gunicorn --threads` and couldn't reproduce.