We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e43a2 commit a60e34bCopy full SHA for a60e34b
AndroidSDKCore/src/main/java/com/leanplum/internal/Request.java
@@ -527,7 +527,7 @@ private RequestsWithEncoding getRequestsWithEncodedStringStoredRequests(double f
527
528
return requestsWithEncoding;
529
} catch (OutOfMemoryError E) {
530
- return getRequestsWithEncodedStringStoredRequests(0.1 * fraction);
+ return getRequestsWithEncodedStringStoredRequests(0.5 * fraction);
531
}
532
533
0 commit comments