mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 22:14:55 -04:00
move DeferredCache into its own module
This commit is contained in:
parent
9f87da0a84
commit
4182bb812f
10 changed files with 367 additions and 332 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
from synapse.storage.database import DatabasePool
|
||||
from synapse.storage.databases.main.client_ips import LAST_SEEN_GRANULARITY
|
||||
from synapse.util.caches.descriptors import DeferredCache
|
||||
from synapse.util.caches.deferred_cache import DeferredCache
|
||||
|
||||
from ._base import BaseSlavedStore
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue