Skip to content

Commit

Permalink
Remove broken caching
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Mar 6, 2024
1 parent 52155ed commit 8a971d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mCTF/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@
"gameserver.middleware.ContestMiddleware",
"django.contrib.flatpages.middleware.FlatpageFallbackMiddleware",
"gameserver.middleware.RedirectFallbackTemporaryMiddleware",
'django.middleware.cache.UpdateCacheMiddleware',
'django.middleware.common.CommonMiddleware',
'django.middleware.cache.FetchFromCacheMiddleware',
'gameserver.middleware.ErrorLogMiddleware',
# ↑ keep last to log errors from middlewares
]
Expand Down

0 comments on commit 8a971d1

Please sign in to comment.