rednaks / django-async-orm

Bringing Async Capabilities to django ORM
https://pypi.org/project/django-async-orm/
MIT License
131 stars 9 forks source link

Remove `thread_sensitive=True` #25

Open Archmonger opened 1 year ago

Archmonger commented 1 year ago

thread_sensitive=True has been the default value for asgiref ever since Django has had async support. There is a very high chance the default will become False in the future when Django's ORM becomes async safe.

So, we may as well respect the default value defined in asgiref to plan for future performance possibilities.