Skip to content

Commit

Permalink
🚧 Reduce sync event batch-size
Browse files Browse the repository at this point in the history
  • Loading branch information
allan-on committed Sep 24, 2021
1 parent 3a73ea4 commit 2c34e69
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ public int getEventPullLimit() {

@Override
protected Integer getEventBatchSize(){
return 250;
}
return 180;
} // Should this be configurable?
}

0 comments on commit 2c34e69

Please sign in to comment.