Increase fall back batch count

This commit is contained in:
Niels Andriesse 2019-10-11 12:56:43 +11:00
parent 06d1e7548a
commit 7441468746

View file

@ -5,7 +5,7 @@ public final class LokiGroupChatAPI : LokiDotNetAPI {
private static var moderators: [String:[UInt64:Set<String>]] = [:] // Server URL to (channel ID to set of moderator IDs)
// MARK: Settings
private static let fallbackBatchCount = 20
private static let fallbackBatchCount = 256
private static let maxRetryCount: UInt = 8
// MARK: Public Chat