Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
node: Add connection limits
Alexis Sellier committed 2 years ago
commit ee95b90999938e3cf08c71ca92c547a44abd1fde
parent 3834213ca0e19b3a5a440a1fb528aacd8851b2ee
1 file changed +4 -0
modified radicle-httpd/src/api/v1/profile.rs
@@ -105,6 +105,10 @@ mod routes {
                        "fillRate": 1.0,
                        "capacity": 64
                      }
+
                    },
+
                    "connection": {
+
                      "inbound": 128,
+
                      "outbound": 16
                    }
                  },
                  "policy": "block",