Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
node: Further increase the rate-limit defaults
cloudhead committed 2 years ago
commit 0632b2419b47c4e318c299bca98dfd2f4fc35a39
parent 26b4ee064cca2306afb4fe0897d98bb631e2ebe3
1 file changed +4 -4
modified radicle-httpd/src/api/v1/profile.rs
@@ -101,12 +101,12 @@ mod routes {
                    "maxOpenFiles": 4096,
                    "rate": {
                      "inbound": {
-
                        "fillRate": 2.0,
-
                        "capacity": 128
+
                        "fillRate": 5.0,
+
                        "capacity": 1024
                      },
                      "outbound": {
-
                        "fillRate": 5.0,
-
                        "capacity": 256
+
                        "fillRate": 10.0,
+
                        "capacity": 2048
                      }
                    },
                    "connection": {