feat: make index batch size configurable
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M internal/config/default.go → internal/config/default.go
@@ -49,6 +49,7 @@ LogRequests: true, }, Importer: &Importer{ LowMemory: false, + BatchSize: 10_000, Timeout: Duration{30 * time.Minute}, UpdateAt: mustLocalTime("03:00:00"), Sources: map[string]*Source{