mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-04-16 11:41:56 +00:00
feat: increase default p2pool buffer to 25%
This commit is contained in:
parent
f5168d641d
commit
90dd85aa16
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