node: Slightly increase rate limit defaults

This commit is contained in:
Alexis Sellier 2023-09-16 21:25:24 +02:00 committed by cloudhead
parent a7cd7b25f5
commit 1abce45d5d
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -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,