node: Slightly increase rate limit defaults
This commit is contained in:
parent
a7cd7b25f5
commit
1abce45d5d
|
|
@ -93,8 +93,8 @@ impl Default for RateLimits {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self {
|
Self {
|
||||||
inbound: RateLimit {
|
inbound: RateLimit {
|
||||||
fill_rate: 0.1,
|
fill_rate: 0.2,
|
||||||
capacity: 16,
|
capacity: 32,
|
||||||
},
|
},
|
||||||
outbound: RateLimit {
|
outbound: RateLimit {
|
||||||
fill_rate: 1.0,
|
fill_rate: 1.0,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue