mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Use iterator with backpressure for export
This commit is contained in:
@@ -8965,7 +8965,7 @@ function pageBackupMessages(
|
||||
db: ReadableDB,
|
||||
cursor?: PageBackupMessagesCursorType
|
||||
): PageBackupMessagesResultType {
|
||||
const LIMIT = 10000;
|
||||
const LIMIT = 1000;
|
||||
const [query, params] = sql`
|
||||
SELECT
|
||||
rowid,
|
||||
|
||||
Reference in New Issue
Block a user