Skip to content

Commit

Permalink
feat: increase default p2pool buffer to 25%
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrix126 committed Oct 30, 2024
1 parent d66168b commit 34f694c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/disk/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ impl Default for Xvb {
manual_slider_amount: Default::default(),
manual_donation_level: Default::default(),
manual_donation_metric: Default::default(),
p2pool_buffer: 5,
p2pool_buffer: 25,
}
}
}
Expand Down

0 comments on commit 34f694c

Please sign in to comment.