mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-03 19:44:13 -04:00
fix caching and tests
This commit is contained in:
parent
897c51d274
commit
950807d93a
3 changed files with 80 additions and 62 deletions
|
@ -64,7 +64,6 @@ from synapse.rest.media.v0.content_repository import ContentRepoResource
|
|||
from synapse.server import HomeServer
|
||||
from synapse.storage import are_all_users_on_domain
|
||||
from synapse.storage.engines import IncorrectDatabaseSetup, create_engine
|
||||
from synapse.storage.monthly_active_users import MonthlyActiveUsersStore
|
||||
from synapse.storage.prepare_database import UpgradeDatabaseException, prepare_database
|
||||
from synapse.util.caches import CACHE_SIZE_FACTOR
|
||||
from synapse.util.httpresourcetree import create_resource_tree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue