MatrixSynapse/synapse
Patrick Cloke 13ca8bb2fc
Remove duplicated code to evict entries. (#14410)
This code was factored out to a method, but also left in-place.

Calling this twice in a row makes no sense: the first call will reduce
the size appropriately, but the loop will immediately exit since the
cache size was already reduced.
2022-11-10 15:33:34 -05:00
..
_scripts
api
app
appservice
config
crypto
events
federation
handlers Quieter logging for stateres failure at missing prev events (#14346) 2022-11-10 12:17:46 +00:00
http
logging Update mypy and mypy-zope, attempt 3 (#13993) 2022-09-30 17:36:28 +01:00
metrics
module_api Save login tokens in database (#13844) 2022-10-26 11:45:41 +01:00
push Implementation for MSC3664: Pushrules for relations (#11804) 2022-10-25 14:38:01 +01:00
replication
res
rest
server_notices Directly lookup local membership instead of getting all members in a room first (`get_users_in_room` mis-use) (#13608) 2022-08-24 14:13:12 -05:00
spam_checker_api
state
static
storage Fix PostgreSQL sometimes using table scans for `event_search` (#14409) 2022-11-10 19:02:27 +00:00
streams
util Remove duplicated code to evict entries. (#14410) 2022-11-10 15:33:34 -05:00
__init__.py Parse SYNAPSE_ASYNC_IO_REACTOR env variable & log the reactor on startup (#14092) 2022-10-07 15:19:59 +01:00
event_auth.py
notifier.py
py.typed
server.py
types.py
visibility.py