mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
Snappea: use the timed_sqlite_backend
Because the 5s query limit applies even more so for snappea
This commit is contained in:
@@ -130,7 +130,7 @@ DATABASES = {
|
||||
},
|
||||
},
|
||||
"snappea": {
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
'ENGINE': 'bugsink.timed_sqlite_backend',
|
||||
'NAME': os.getenv("SNAPPEA_DATABASE_PATH", 'snappea.sqlite3'),
|
||||
# 'TEST': { postponed, for starters we'll do something like SNAPPEA_ALWAYS_EAGER
|
||||
'OPTIONS': {
|
||||
|
||||
Reference in New Issue
Block a user