matrix-js-sdk
8663fd40 - Download device keys in chunks of 250

Commit
4 years ago
Download device keys in chunks of 250 Depending on the number of users in the request, the server might overload. To prevent this, the download is broken into chunks of 250 users each. Additionally, no more than 3 requests are kicked off at the same time to avoid running into rate limiting. Responses are processed once all chunks have been downloaded. Fixes: #1619 Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
Author
Committer
Parents
Loading