django-async-orm icon indicating copy to clipboard operation
django-async-orm copied to clipboard

Remove `thread_sensitive=True`

Open Archmonger opened this issue 2 years ago • 0 comments
trafficstars

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.

Archmonger avatar May 12 '23 22:05 Archmonger