Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
Remove default cache
  • Loading branch information
RyanJField authored Feb 13, 2024
1 parent a64fb8e commit 71d1298
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions drams/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,6 @@
}
}

CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.PyLibMCCache',
'LOCATION': '127.0.0.1:11211',
'TIMEOUT': None,
'OPTIONS': {
'binary': True,
}
}
}

BUCKETS = {
'default': {
'url' : '#',
Expand All @@ -37,4 +26,4 @@
'duration': '600'
}
}
CACHE_DURATION = 300
CACHE_DURATION = 0

0 comments on commit 71d1298

Please sign in to comment.