Skip to content

Commit e62e135

Browse files
Merge pull request #87 from Iterable/bugfix/mob-361-limit
[MOB-361] - increase message limit.
2 parents 5cd6759 + c129c91 commit e62e135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-sdk/Internal/InAppHelper.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class InAppSilentPushSynchronizer : InAppSynchronizerProtocol {
7777
}
7878

7979
// how many messages to fetch
80-
private let numMessages = 10
80+
private let numMessages = 100
8181
}
8282

8383

0 commit comments

Comments
 (0)