mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 03:54:52 -04:00
Clean transactions based on time. Add HttpTransactionCache tests.
This commit is contained in:
parent
af4a1bac50
commit
3991b4cbdb
5 changed files with 99 additions and 8 deletions
|
@ -60,4 +60,4 @@ class ClientV1RestServlet(RestServlet):
|
|||
self.hs = hs
|
||||
self.builder_factory = hs.get_event_builder_factory()
|
||||
self.auth = hs.get_v1auth()
|
||||
self.txns = HttpTransactionCache()
|
||||
self.txns = HttpTransactionCache(hs.get_clock())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue