Increase default batch count to 50

This commit is contained in:
Lukas Spieß
2016-03-07 02:12:39 +01:00
parent dafe522389
commit d467571797

View File

@@ -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