added a lock on a critical path when regenerating pages. this should allow all images to load correctly

This commit is contained in:
2021-04-08 16:10:28 +01:00
parent 53d1ae6364
commit dd806f0bce
5 changed files with 29 additions and 9 deletions

View File

@@ -38,6 +38,7 @@ INSTALLED_APPS = (
'bootstrap4',
"comic",
"comic_auth",
'db_mutex',
)
MIDDLEWARE = [