mirror of https://github.com/zulip/zulip.git
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
.9e64750083
made it a lie, andedc718951c
made 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.
This commit is contained in:
parent
9030d53acb
commit
7cc9b93b91
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue