Changes between Initial Version and Version 1 of Ticket #34914, comment 3


Ignore:
Timestamp:
Oct 19, 2023, 7:37:09 PM (7 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34914, comment 3

    initial v1  
    2525    def handle(self, *args, **kwargs):
    2626        while True:
    27             close_old_connections()  # <- this ensures DATABASES["default"]["CONN_*"] settings are honoured.
     27            close_old_connections()  # <- this ensures DATABASES_CON* settings are honoured.
    2828            time.sleep(1)
    2929            try:
Back to Top