1
0
forked from erp-dev/erp

fix: DISABLE_SERVER_SIDE_CURSORS

This commit is contained in:
2026-04-02 19:13:35 +08:00
parent 1be840a8c2
commit 371cd796e7
5 changed files with 111 additions and 25 deletions

View File

@@ -223,6 +223,7 @@ DATABASES = {
'PORT': env('DB_PORT', default='6432'),
'CONN_HEALTH_CHECK': True,
'CONN_MAX_AGE': env.int('CONN_MAX_AGE', default=0),
'DISABLE_SERVER_SIDE_CURSORS': True,
}
}