diff options
author | Erik Johnston <erik@matrix.org> | 2021-07-05 16:32:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-05 16:32:12 +0100 |
commit | 7a5873277ef456e8446a05468ccae2d81e363977 (patch) | |
tree | d5b32f6d865001be4bca090a3524435a0e8b5acb /mypy.ini | |
parent | Fix bad link in modules documentation (#10302) (diff) | |
download | synapse-7a5873277ef456e8446a05468ccae2d81e363977.tar.xz |
Add support for evicting cache entries based on last access time. (#10205)
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini index c4ff0e6618..72ce932d73 100644 --- a/mypy.ini +++ b/mypy.ini @@ -75,6 +75,7 @@ files = synapse/util/daemonize.py, synapse/util/hash.py, synapse/util/iterutils.py, + synapse/util/linked_list.py, synapse/util/metrics.py, synapse/util/macaroons.py, synapse/util/module_loader.py, |