mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Restore default constants
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
// MARK: View model
|
||||
|
||||
enum PollHistoryConstants {
|
||||
static let chunkSizeInDays: UInt = 10
|
||||
static let chunkSizeInDays: UInt = 30
|
||||
static let oneDayInSeconds: TimeInterval = 8.6 * 10e3
|
||||
}
|
||||
|
||||
|
||||
@@ -62,7 +62,7 @@ final class PollHistoryService: PollHistoryServiceProtocol {
|
||||
|
||||
private extension PollHistoryService {
|
||||
enum Constants {
|
||||
static let pageSize: UInt = 500
|
||||
static let pageSize: UInt = 250
|
||||
}
|
||||
|
||||
func setup(timeline: MXEventTimeline) {
|
||||
|
||||
Reference in New Issue
Block a user