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
h
heartwood
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
3092
Issues
203
Patches
778
Jobs
Commits
›
c2b09ef20b92bceccedc06f23a51cf77921e7728
httpd: Fix `test_profile` test adding the worker config
Sebastian Martinez
committed
2 years ago
commit c2b09ef20b92bceccedc06f23a51cf77921e7728
parent
f15afa84be7bda050bfb93e321bbce28b56d10b6
1 file changed
+1
-0
modified
radicle-httpd/src/api/v1/profile.rs
@@ -111,6 +111,7 @@ mod routes {
"outbound": 16
}
},
+
"workers": 8,
"policy": "block",
"scope": "all"
}