increasing the amount of in memory room keys that are processed at once

- 500 balanced memory with performance from my testing
This commit is contained in:
Adam Brown 2022-09-03 13:50:16 +01:00
parent 646d932fd6
commit a860b4937b
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class RoomKeyImporter(
isExported = true,
)
}
.chunked(50)
.chunked(500)
.forEach { onChunk(it) }
}
roomIds.toList().ifEmpty {