Changes between Version 1 and Version 2 of Ticket #35757
- Timestamp:
- Sep 12, 2024, 9:18:38 AM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35757 – Description
v1 v2 67 67 I'm not putting a heavy load on runserver, its a simple javascript app, that happens to do 10 requests on a single page. Django should be able to handle that, also in a dev environment 68 68 69 == Workaround 70 Adding the `--noasgi` option seems to help. 71 {{{ 72 ./manage.py runserver --noasg 73 }}} 74 75 Weird enough the move obvious, `--nothreading` option does _not_ help. That crashes in the same way. 76 77 78 69 79 == Version info 70 80