mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-03-27 01:10:16 +01:00
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:
parent
646d932fd6
commit
a860b4937b
@ -86,7 +86,7 @@ class RoomKeyImporter(
|
||||
isExported = true,
|
||||
)
|
||||
}
|
||||
.chunked(50)
|
||||
.chunked(500)
|
||||
.forEach { onChunk(it) }
|
||||
}
|
||||
roomIds.toList().ifEmpty {
|
||||
|
Loading…
x
Reference in New Issue
Block a user