Skip to content

Commit a60e34b

Browse files
committed
change 10 to 50%
1 parent 73e43a2 commit a60e34b

File tree

1 file changed

+1
-1
lines changed
  • AndroidSDKCore/src/main/java/com/leanplum/internal

1 file changed

+1
-1
lines changed

AndroidSDKCore/src/main/java/com/leanplum/internal/Request.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ private RequestsWithEncoding getRequestsWithEncodedStringStoredRequests(double f
527527

528528
return requestsWithEncoding;
529529
} catch (OutOfMemoryError E) {
530-
return getRequestsWithEncodedStringStoredRequests(0.1 * fraction);
530+
return getRequestsWithEncodedStringStoredRequests(0.5 * fraction);
531531
}
532532
}
533533

0 commit comments

Comments
 (0)