Skip to content

Commit

Permalink
Increased the batcher default
Browse files Browse the repository at this point in the history
  • Loading branch information
alok87 committed May 7, 2021
1 parent be103f2 commit 42bf799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/batcher_deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ func applyBatcherSinkGroupDefaults(
// defaults by sinkgroup
switch sgType {
case MainSinkGroup:
maxSizePerBatch = toQuantityPtr(resource.MustParse("0.5Mi"))
maxWaitSeconds = toIntPtr(60)
maxSizePerBatch = toQuantityPtr(resource.MustParse("0.8Mi"))
maxWaitSeconds = toIntPtr(450)
maxConcurrency = toIntPtr(2)
maxProcessingTime = &redshiftbatcher.DefaultMaxProcessingTime
image = &defaultImage
Expand Down

0 comments on commit 42bf799

Please sign in to comment.