Reduce group chat batch size

pull/53/head
Niels Andriesse 6 years ago
parent 5f1e48944c
commit 182d8b90b9

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

Loading…
Cancel
Save