increase batch size to 100

This commit is contained in:
Hongbo Wu 2023-12-28 21:58:54 +08:00
parent de027ee93f
commit b5d84098d0

View file

@ -999,7 +999,7 @@ export const batchUpdateLibraryItems = async (
)
const valuesSql = valuesToRawSql(values)
const batchSize = 10
const batchSize = 100
const sql = `
-- Set batch size
DO $$