[Git][reproducible-builds/diffoscope][master] Bump the previous "max_page_size" limit from 400 kB to 4 MB.

Chris Lamb gitlab at salsa.debian.org
Mon Nov 18 16:04:44 UTC 2019



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
7d6daf7c by Chris Lamb at 2019-11-18T16:04:10Z
Bump the previous "max_page_size" limit from 400 kB to 4 MB.

- - - - -


1 changed file:

- diffoscope/config.py


Changes:

=====================================
diffoscope/config.py
=====================================
@@ -49,7 +49,7 @@ class Config:
         self.max_diff_block_lines = defaultint(2 ** 10)  # 1024 lines
         # structural limits, restricts single-file formats
         # semi-restricts multi-file formats
-        self.max_page_size = defaultint(400 * 2 ** 10)  # 400 kB
+        self.max_page_size = defaultint(40 * 2 ** 20)  # 4 MB
         self.max_page_size_child = defaultint(200 * 2 ** 10)  # 200 kB
         self.max_page_diff_block_lines = defaultint(2 ** 7)  # 128 lines
 



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/7d6daf7c59e6a2b94da45510307f8fe4f2d172cf

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/7d6daf7c59e6a2b94da45510307f8fe4f2d172cf
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20191118/ea76f41c/attachment.htm>


More information about the rb-commits mailing list