Skip to content

Commit

Permalink
Set maxUploadEventsAtOnce to 400 for parity with td-android-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
tung-vu-td committed Jun 8, 2023
1 parent aa04fee commit b5a2c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KeenClient/KeenClient.m
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ - (NSUInteger)maxUploadEventsAtOnce {
if (self.isRunningTests) {
return 2;
}
return 500;
return 400;
}

- (NSUInteger)maxEventsPerCollection {
Expand Down

0 comments on commit b5a2c15

Please sign in to comment.