From 0444f2e5b7571094845fc092b40f2a3ac4c187ce Mon Sep 17 00:00:00 2001 From: Po Date: Tue, 13 May 2025 04:46:27 +0200 Subject: [PATCH] change import batch size --- cmd/utils/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/utils/cmd.go b/cmd/utils/cmd.go index d34e15ebc0..529145b092 100644 --- a/cmd/utils/cmd.go +++ b/cmd/utils/cmd.go @@ -52,7 +52,7 @@ import ( ) const ( - importBatchSize = 2500 + importBatchSize = 1 ) // ErrImportInterrupted is returned when the user interrupts the import process.