synapse/changelog.d/8271.bugfix
Richard van der Hoff ef2804d27c
Avoid table-scanning users at startup (#8271)
This takes about 10 seconds in the best case; often more.
2020-09-07 16:48:52 +01:00

2 lines
104 B
Plaintext

Fix slow start times for large servers by removing a table scan of the `users` table from startup code.