--- 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(