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