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
de027ee93f
commit
b5d84098d0
1 changed files with 1 additions and 1 deletions
|
|
@ -999,7 +999,7 @@ export const batchUpdateLibraryItems = async (
|
|||
)
|
||||
const valuesSql = valuesToRawSql(values)
|
||||
|
||||
const batchSize = 10
|
||||
const batchSize = 100
|
||||
const sql = `
|
||||
-- Set batch size
|
||||
DO $$
|
||||
|
|
|
|||
Loading…
Reference in a new issue