Skip to content

Commit

Permalink
set big batch limit for proton.
Browse files Browse the repository at this point in the history
  • Loading branch information
yokofly committed Oct 24, 2024
1 parent 31be7b2 commit 8d81a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/sling/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func (cfg *Config) SetDefault() {
cfg.Source.Options.MaxDecimals = g.Int(11)
cfg.Target.Options.MaxDecimals = g.Int(11)
if cfg.Target.Options.BatchLimit == nil {
cfg.Target.Options.BatchLimit = g.Int64(5000)
cfg.Target.Options.BatchLimit = g.Int64(50000)
}
}

Expand Down

0 comments on commit 8d81a90

Please sign in to comment.