Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
r
radicle-infra
rad:z254T5p17bdFPmzfDojsdjo4HjpoZ
Radicle Infrastructure as Code (NixOS, OpenTofu, …)
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
122
Issues
Patches
5
Jobs
Commits
›
d8f74483ede90a2d7f54f5c0f5cd6fa706b08111
os/mixin/radicle-permissive: More inbound
Lorenz Leutgeb
committed
11 months ago
commit d8f74483ede90a2d7f54f5c0f5cd6fa706b08111
parent
f7d7d4773dcd319b312d561dcaf4c61477c4c00e
1 file changed
+1
-1
modified
os/mixin/radicle-permissive.nix
@@ -22,7 +22,7 @@
};
};
connection = {
-
inbound = 128;
+
inbound = 256;
outbound = 16;
};
fetchPackReceive = "500.0 MiB";