Skip to content

Commit

Permalink
chore: update squad number to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
brianp committed Jan 31, 2025
1 parent 7b1e8c4 commit a75b017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/p2pool_adapter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ impl ProcessAdapter for P2poolAdapter {
args.push("--squad-prefix".to_string());
args.push("default".to_string());
args.push("--num-squads".to_string());
args.push("2".to_string());
args.push("3".to_string());
let mut envs = HashMap::new();
match Network::get_current_or_user_setting_or_default() {
Network::Esmeralda => {
Expand Down

0 comments on commit a75b017

Please sign in to comment.