mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Adjustments
This commit is contained in:
parent
97c681a05c
commit
98df7caf96
@ -97,7 +97,7 @@ either restore Django's defaults at the end of each request, force an
|
||||
appropriate value at the beginning of each request, or disable persistent
|
||||
connections.
|
||||
|
||||
If a connection is created in a process or a request sub-thread, outside of Django’s
|
||||
If a connection is created in a process or sub-thread, outside of Django’s
|
||||
request-response cycle, the connection will remain open until explicitly
|
||||
closed, or timeout occurs. You can use ``django.db.close_old_connections()`` to
|
||||
close all old or unusable connections.
|
||||
|
Loading…
Reference in New Issue
Block a user