Restore default constants

This commit is contained in:
Alfonso Grillo
2023-01-25 16:06:16 +01:00
parent 997f706340
commit b2ff25c7cb
2 changed files with 2 additions and 2 deletions
@@ -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) {