Decrease the testnet default for min_nodes_to_process

This commit is contained in:
Ken Sedgwick 2025-08-22 09:44:12 -07:00
parent 14299a23e9
commit 6aad979092
3 changed files with 3 additions and 3 deletions

View file

@ -142,7 +142,7 @@ private:
if (!min_nodes_to_process_set) {
switch (init.network) {
case Boss::Msg::Network_Bitcoin: min_nodes_to_process = 800; break;
case Boss::Msg::Network_Testnet: min_nodes_to_process = 200; break;
case Boss::Msg::Network_Testnet: min_nodes_to_process = 100; break;
default: min_nodes_to_process = 10; break; // others are likely small
}
}

View file

@ -14,7 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- **Configuration**:
- Added the `--clboss-min-nodes-to-process` option to control how
many nodes CLBOSS must know before attempting to open channels.
Defaults are 800 for Bitcoin, 200 for Testnet, and 10 for other
Defaults are 800 for Bitcoin, 100 for Testnet, and 10 for other
networks. Setting `-1` uses these network-specific defaults.
## [0.14.1] - 2024-12-05: "Hand at the Grindstone"

View file

@ -497,7 +497,7 @@ will try to propose channels to popular nodes. Pass this option to
The defaults depend on the network:
* Bitcoin: 800
* Testnet: 200
* Testnet: 100
* Other networks: 10
Setting the option to `-1` reverts to the built-in network-specific