Decrease fall back batch count

pull/63/head
Niels Andriesse 6 years ago
parent ea2f93da84
commit a7ae93bdd7

@ -5,7 +5,7 @@ public final class LokiPublicChatAPI : 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 = 256
private static let fallbackBatchCount = 64
private static let maxRetryCount: UInt = 8
// MARK: Public Chat

Loading…
Cancel
Save