dendrite/roomserver/acls
Till add73ec866
Speed up loading ACLs on startup (#3469)
Currently d.m.org struggles to start, as it is fetching several thousand
ACLs on startup.
The reason is that we're loading the entire room state into memory, only
to filter out the majority of it, because we only care about certain
types.

This change filters the types (tuples) directly when querying the
database, so we don't end up with unneeded state.
2024-12-19 20:24:52 +00:00
..
acls.go Speed up loading ACLs on startup (#3469) 2024-12-19 20:24:52 +00:00
acls_test.go Speed up loading ACLs on startup (#3469) 2024-12-19 20:24:52 +00:00