Skip to content

Commit c129c91

Browse files
Increase the number of messages fetched from server.
1 parent 5cd6759 commit c129c91

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)