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.
thread_sensitive=Truehas been the default value forasgirefever since Django has had async support. There is a very high chance the default will becomeFalsein the future when Django's ORM becomes async safe.So, we may as well respect the default value defined in
asgirefto plan for future performance possibilities.