mercurial/configitems.py
changeset 37710 0a5fe2a08e82
parent 37558 8a73132214a3
child 37769 6a7ff5816c5f
--- a/mercurial/configitems.py	Sat Apr 14 00:13:08 2018 -0700
+++ b/mercurial/configitems.py	Sun Apr 15 22:28:03 2018 -0400
@@ -944,6 +944,9 @@
 coreconfigitem('server', 'zliblevel',
     default=-1,
 )
+coreconfigitem('server', 'zstdlevel',
+    default=3,
+)
 coreconfigitem('share', 'pool',
     default=None,
 )