1
0
Files
synapse/changelog.d/47.misc
Andrew Morgan 6708163271 Performance improvements to marking expired users as inactive (#47)
This is a performance-related improvement to #13, which queried and hid active *and* already inactive users, one-by-one. This PR updates the code to query only **active**, expired users, all at once, and then mark them as inactive, all at once.
2020-06-19 16:14:37 +01:00

1 line
71 B
Plaintext

Improve performance of `mark_expired_users_as_inactive` background job.