Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
node: Increase default rate-limiter config
cloudhead committed 2 years ago
commit 2c64b36291bc5cafa998426d6ee5611cfca2907a
parent f9bdd3bce29e61bd893d907f77f8e44f5517d03c
1 file changed +4 -4
modified radicle-httpd/src/api/v1/profile.rs
@@ -101,12 +101,12 @@ mod routes {
                    "maxOpenFiles": 4096,
                    "rate": {
                      "inbound": {
-
                        "fillRate": 0.2,
-
                        "capacity": 32
+
                        "fillRate": 2.0,
+
                        "capacity": 128
                      },
                      "outbound": {
-
                        "fillRate": 1.0,
-
                        "capacity": 64
+
                        "fillRate": 5.0,
+
                        "capacity": 256
                      }
                    },
                    "connection": {