mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Bump AccountDataAndTagsChangeCache size
This commit is contained in:
parent
ea320d3464
commit
ebc5f00efe
@ -30,7 +30,7 @@ class AccountDataStore(SQLBaseStore):
|
||||
self._account_data_stream_cache = StreamChangeCache(
|
||||
"AccountDataAndTagsChangeCache",
|
||||
self._account_data_id_gen.get_max_token(None),
|
||||
max_size=1000,
|
||||
max_size=10000,
|
||||
)
|
||||
|
||||
def get_account_data_for_user(self, user_id):
|
||||
|
Loading…
Reference in New Issue
Block a user