mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-17 07:21:37 +01:00
Bump size of get_presence_state cache
This commit is contained in:
parent
0d4abf7777
commit
128ed32e6b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class PresenceStore(SQLBaseStore):
|
|||
desc="has_presence_state",
|
||||
)
|
||||
|
||||
@cached()
|
||||
@cached(max_entries=2000)
|
||||
def get_presence_state(self, user_localpart):
|
||||
return self._simple_select_one(
|
||||
table="presence",
|
||||
|
|
Loading…
Reference in a new issue