feat: make index batch size configurable
1 file changed, 2 insertions(+), 0 deletions(-)
changed files
M defaults.toml → defaults.toml
@@ -64,6 +64,8 @@ # Settings for the import job [Importer] # Use less memory at the expense of import performance LowMemory = false +# Number of items to process in each batch (affects memory usage). +BatchSize = 10000 # Abort fetch and import process for all jobs if it takes longer than this value. Timeout = '30m0s' # Time of day (UTC) to run fetch/import process