mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 12:21:58 +00:00
settings: Remove misleading and irrelevant comment.
This comment was _originally_ for the `default` memcached cache, back when it was added all of the way back in0a84d7ac62.9e64750083made it a lie, andedc718951cmade it even more confusing when it removed the `default` cache configuration block, leaving the wrong comment next to the wrong cache configuration block. Banish the comment. (cherry picked from commit7cc9b93b91)
This commit is contained in:
@@ -93,7 +93,6 @@ RATE_LIMITING_AUTHENTICATE = False
|
||||
# real app.
|
||||
USING_RABBITMQ = False
|
||||
|
||||
# Disable use of memcached for caching
|
||||
CACHES["database"] = {
|
||||
"BACKEND": "django.core.cache.backends.dummy.DummyCache",
|
||||
"LOCATION": "zulip-database-test-cache",
|
||||
|
||||
Reference in New Issue
Block a user