diff --git a/build/patches/Bromite-subresource-adblocker.patch b/build/patches/Bromite-subresource-adblocker.patch index fd0fa148..723c6368 100644 --- a/build/patches/Bromite-subresource-adblocker.patch +++ b/build/patches/Bromite-subresource-adblocker.patch @@ -1158,7 +1158,7 @@ new file mode 100644 +namespace adblock_updater { + +// maximum 20MB for the filters file -+const int kMaxBodySize = 1024 * 1024 * 20; ++const int kMaxBodySize = 1024 * 1024 * 50; + +const int kMaxRetriesOnNetworkChange = 3; +