summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <paul@matrix.org>2015-02-19 18:38:09 +0000
committerPaul "LeoNerd" Evans <paul@matrix.org>2015-02-19 18:38:09 +0000
commit55022d6ca5bfe3e99fd3144e291906063885ce12 (patch)
tree0bc35a3fe61c2e1bb8f4ee121142c324087a0fa2 /synapse
parentTake named arguments to @cached() decorator, add a 'max_entries' limit (diff)
downloadsynapse-55022d6ca5bfe3e99fd3144e291906063885ce12.tar.xz
Remove a TODO note
Diffstat (limited to 'synapse')
-rw-r--r--synapse/storage/_base.py1
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?