mirror of
https://github.com/django/django.git
synced 2025-11-17 18:48:15 +00:00
Merge 98df7caf96 into 5c60763561
This commit is contained in:
commit
9258da6835
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,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 long-running process, 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…
Add table
Add a link
Reference in a new issue