Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 312e97a

Browse files
authored
Merge pull request #191 from margasan/master
Update ResponseFilterAdapter.java
2 parents 2e5b97d + 25aa594 commit 312e97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browserup-proxy-core/src/main/java/com/browserup/bup/filters/ResponseFilterAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public void setModifiedHttpRequest(HttpRequest modifiedHttpRequest) {
6666
* and sets a maximum response buffer size of 2 MiB.
6767
*/
6868
public static class FilterSource extends HttpFiltersSourceAdapter {
69-
private static final int DEFAULT_MAXIMUM_RESPONSE_BUFFER_SIZE = 2097152;
69+
private static final int DEFAULT_MAXIMUM_RESPONSE_BUFFER_SIZE = 10485760;
7070

7171
private final ResponseFilter filter;
7272
private final int maximumResponseBufferSizeInBytes;

0 commit comments

Comments
 (0)