mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:06:05 -04:00
Delete a couple of TODO markers of monitoring stats now done
This commit is contained in:
parent
094803cf82
commit
e1a7e3564f
2 changed files with 0 additions and 2 deletions
|
@ -16,7 +16,6 @@
|
|||
|
||||
class LruCache(object):
|
||||
"""Least-recently-used cache."""
|
||||
# TODO(mjark) Add hit/miss counters
|
||||
# TODO(mjark) Add mutex for linked list for thread safety.
|
||||
def __init__(self, max_size):
|
||||
cache = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue