mirror of
https://github.com/ZmnSCPxj/clboss.git
synced 2026-08-15 12:50:42 +02:00
Decrease the testnet default for min_nodes_to_process
This commit is contained in:
parent
14299a23e9
commit
6aad979092
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue