Snappea: use the timed_sqlite_backend

Because the 5s query limit applies even more so for snappea
This commit is contained in:
Klaas van Schelven
2024-07-08 09:37:52 +02:00
parent 078a6504c5
commit 0e5bec721e

View File

@@ -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': {