mercurial/configitems.py
branchstable
changeset 49050 8653a2a33736
parent 48793 6e559391f96e
child 49084 ea98850a136e
--- a/mercurial/configitems.py	Thu Apr 07 15:46:07 2022 +0200
+++ b/mercurial/configitems.py	Thu Apr 07 15:53:48 2022 +0200
@@ -2255,7 +2255,7 @@
 coreconfigitem(
     b'ui',
     b'large-file-limit',
-    default=10000000,
+    default=10 * (2 ** 20),
 )
 coreconfigitem(
     b'ui',