mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Optimize page size
This commit is contained in:
@@ -58,7 +58,7 @@ final class PollHistoryService: PollHistoryServiceProtocol {
|
||||
|
||||
private extension PollHistoryService {
|
||||
enum Constants {
|
||||
static let pageSize: UInt = 250
|
||||
static let pageSize: UInt = 500
|
||||
static let oneDayInSeconds: TimeInterval = 8.6 * 10e3
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user