mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-31 09:36:00 +00:00
feat: increase default p2pool buffer to 25%
This commit is contained in:
parent
d66168b675
commit
34f694c8a3
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue