Skip to content

Commit

Permalink
remove auth cache from settings (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshPant1999 authored Dec 15, 2023
1 parent af0f366 commit b895d43
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions admin_settings/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,6 @@
'max_rss': 100000 # 100mb
}

CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.db.DatabaseCache',
'LOCATION': 'auth_cache',
}
}


SERVICE_NAME = os.environ.get('SERVICE_NAME')

LOGGING = {
Expand Down

0 comments on commit b895d43

Please sign in to comment.