Skip to content

Commit

Permalink
settings: Remove misleading and irrelevant comment.
Browse files Browse the repository at this point in the history
This comment was _originally_ for the `default` memcached cache, back
when it was added all of the way back in 0a84d7a.  9e64750
made it a lie, and edc7189 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.
  • Loading branch information
alexmv authored and timabbott committed Apr 15, 2022
1 parent 9030d53 commit 7cc9b93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zproject/test_extra_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
# 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",
Expand Down

0 comments on commit 7cc9b93

Please sign in to comment.