Bump event count for review

This commit is contained in:
Davide De Rosa 2023-10-14 19:48:52 +02:00
parent d7f14aa3b4
commit 7ceec3f322
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ extension Constants {
#if targetEnvironment(macCatalyst) #if targetEnvironment(macCatalyst)
static let eventCount = 10 static let eventCount = 10
#else #else
static let eventCount = 3 static let eventCount = 20
#endif #endif
} }
} }