diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2015-02-19 18:38:09 +0000 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2015-02-19 18:38:09 +0000 |
commit | 55022d6ca5bfe3e99fd3144e291906063885ce12 (patch) | |
tree | 0bc35a3fe61c2e1bb8f4ee121142c324087a0fa2 /synapse/storage/_base.py | |
parent | Take named arguments to @cached() decorator, add a 'max_entries' limit (diff) | |
download | synapse-55022d6ca5bfe3e99fd3144e291906063885ce12.tar.xz |
Remove a TODO note
Diffstat (limited to 'synapse/storage/_base.py')
-rw-r--r-- | synapse/storage/_base.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/_base.py b/synapse/storage/_base.py index 61657d36ed..78ba5f25ea 100644 --- a/synapse/storage/_base.py +++ b/synapse/storage/_base.py @@ -36,7 +36,6 @@ transaction_logger = logging.getLogger("synapse.storage.txn") # TODO(paul): -# * Move this somewhere higher-level, shared; # * more generic key management # * export monitoring stats # * consider other eviction strategies - LRU? |