Commit 1bed2663 authored by Peter Leitzen's avatar Peter Leitzen

Merge branch 'georgekoltsov/reduce-export-batch-size-even-further' into 'master'

Lower project export batch_size even further

See merge request gitlab-org/gitlab!34714
parents bfb93a89 3ace56f9
......@@ -7,7 +7,7 @@ module Gitlab
include Gitlab::ImportExport::CommandLineUtil
BATCH_SIZE = 100
SMALLER_BATCH_SIZE = 20
SMALLER_BATCH_SIZE = 2
def self.batch_size(exportable)
if Feature.enabled?(:export_reduce_relation_batch_size, exportable)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment