From 3fe7049f30b78fe89c5147a1db80cde7ae2637e3 Mon Sep 17 00:00:00 2001 From: ngfchl Date: Sun, 11 Sep 2022 21:07:31 +0800 Subject: [PATCH] =?UTF-8?q?SQLite3=E6=95=B0=E6=8D=AE=E5=BA=93=E6=89=80?= =?UTF-8?q?=E7=AD=89=E5=BE=85=E6=97=B6=E9=97=B4=E5=BB=B6=E9=95=BF=E5=88=B0?= =?UTF-8?q?120S?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ptools/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptools/settings.py b/ptools/settings.py index 071c5a7..ac06570 100644 --- a/ptools/settings.py +++ b/ptools/settings.py @@ -93,7 +93,7 @@ DATABASES = { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': BASE_DIR / 'db/db.sqlite3', 'OPTIONS': { - 'timeout': 60, + 'timeout': 120, 'check_same_thread': False } },