0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-05-16 20:33:51 +02:00
dendrite/roomserver/acls
Till 928c8c8c4a
Query rooms with ACLs instead of all rooms (#3338)
This now should actually speed up startup times.
This is because _many_ rooms (like DMs) don't have room ACLs, this means
that we had around 95% pointless DB queries. (as queried on d.m.org)
2024-03-05 20:41:35 +01:00
..
acls.go Query rooms with ACLs instead of all rooms (#3338) 2024-03-05 20:41:35 +01:00
acls_test.go Query rooms with ACLs instead of all rooms (#3338) 2024-03-05 20:41:35 +01:00