Update Bromite-subresource-adblocker.patch

d3d8062864/build/patches/Bromite-subresource-adblocker.patch (L1149)

Signed-off-by: Universaliser <116723165+Universalizer@users.noreply.github.com>
This commit is contained in:
Universaliser 2023-08-15 12:20:47 +05:30 committed by GitHub
parent 6f40f8341a
commit b1041c4aba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
+