mirror of
https://github.com/ZmnSCPxj/clboss.git
synced 2026-08-18 13:09:01 +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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue