mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
increase batch size to 100
This commit is contained in:
parent
f541b8f8ca
commit
b947100278
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ export const exportAllItems = async (jobData: ExportAllItemsJobData) => {
|
|||
}
|
||||
|
||||
const maxItems = 1000
|
||||
const limit = 50
|
||||
const limit = 100
|
||||
let offset = 0
|
||||
// get max 1000 most recent items from the database
|
||||
while (offset < maxItems) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue