mirror of
https://github.com/ngfchl/ptools
synced 2023-07-10 13:41:22 +08:00
SQLite3数据库所等待时间延长到120S
This commit is contained in:
@@ -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
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user