mercurial/configitems.py
changeset 46299 397e39ad0174
parent 46298 b1ae5383602d
child 46300 f17b6e40a775
--- a/mercurial/configitems.py	Sat Jan 16 00:21:54 2021 +0100
+++ b/mercurial/configitems.py	Sat Jan 16 00:29:17 2021 +0100
@@ -700,6 +700,13 @@
     b'debug.peer-request',
     default=False,
 )
+# If discovery.grow-sample is False, the sample size used in set discovery will
+# not be increased through the process
+coreconfigitem(
+    b'devel',
+    b'discovery.grow-sample',
+    default=True,
+)
 # If discovery.randomize is False, random sampling during discovery are
 # deterministic. It is meant for integration tests.
 coreconfigitem(