change import batch size

This commit is contained in:
Po 2025-05-13 04:46:27 +02:00
parent c7bdf6b2fe
commit 0444f2e5b7

View file

@ -52,7 +52,7 @@ import (
) )
const ( const (
importBatchSize = 2500 importBatchSize = 1
) )
// ErrImportInterrupted is returned when the user interrupts the import process. // ErrImportInterrupted is returned when the user interrupts the import process.