Backed out 2 changesets (bug 1594497) for breaking Twitter pages.

Backed out changeset dc907aeafad0 (bug 1594497)
Backed out changeset fdef77d6d362 (bug 1594497)
This commit is contained in:
Razvan Maries
2019-12-22 18:29:25 +02:00
parent 35fc5de588
commit f96b2fe786
2 changed files with 8 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ namespace mozilla {
namespace safebrowsing {
// Updates will fail if fed chunks larger than this
const uint32_t MAX_CHUNK_SIZE = (4 * 1024 * 1024);
const uint32_t MAX_CHUNK_SIZE = (1024 * 1024);
// Updates will fail if the total number of tocuhed chunks is larger than this
const uint32_t MAX_CHUNK_RANGE = 1000000;