diff --git a/Classes/BITChannel.m b/Classes/BITChannel.m index 51ec807b82..0abdf37478 100644 --- a/Classes/BITChannel.m +++ b/Classes/BITChannel.m @@ -15,7 +15,7 @@ static char *const BITDataItemsOperationsQueue = "net.hockeyapp.senderQueue"; char *BITSafeJsonEventsString; -static NSInteger const BITDefaultMaxBatchCount = 1; +static NSInteger const BITDefaultMaxBatchCount = 50; static NSInteger const BITSchemaVersion = 2; @implementation BITChannel