mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-21 03:29:54 +00:00
Increase default batch count to 50
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user