| Commit message (Collapse) | Author | Files | Lines |
|
|
|
This may make gc go a bit faster as the gc will know things like
caches/data stores etc. are frozen without having to check.
|
|
The state res v2 algorithm only cares about the difference between auth
chains, so we can pass in the known common state to the `get_auth_chain`
storage function so that it can ignore those events.
|
|
|
|
|
|
|
|
it's not in the spec yet, so needs to be unstable. Also add a feature flag for it. Also add a test for admin users.
|
|
we have hundreds of path_regexes (see #5118), so let's not convert the same
bytes to str for each of them.
|
|
* Increase DB/CPU perf of `_is_server_still_joined` check.
For rooms with large amount of state a single user leaving could cause
us to go and load a lot of membership events and then pull out
membership stat |