1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "publicExplorer": "https://app.radicle.xyz/nodes/$host/$rid$path",
- "preferredSeeds": [
- "z6MkrLMMsiPWUcNPHcRajuMi9mDfYckSoJyPwwnknocNYPm7@seed.radicle.garden:8776",
- "z6Mkmqogy2qEM2ummccUthFEaaHvyYmYBYh3dbe9W4ebScxo@ash.radicle.garden:8776"
- ],
- "web": {
- "pinned": {
- "repositories": []
- }
- },
- "cli": {
- "hints": true
- },
- "node": {
- "alias": "radicle.dodges.it",
- "listen": [],
- "peers": {
- "type": "dynamic"
- },
- "connect": [],
- "externalAddresses": ["radicle.dodges.it:8776"],
- "network": "main",
- "log": "INFO",
- "relay": "auto",
- "limits": {
- "routingMaxSize": 1000,
- "routingMaxAge": 604800,
- "gossipMaxAge": 1209600,
- "fetchConcurrency": 1,
- "maxOpenFiles": 4096,
- "rate": {
- "inbound": {
- "fillRate": 5.0,
- "capacity": 1024
- },
- "outbound": {
- "fillRate": 10.0,
- "capacity": 2048
- }
- },
- "connection": {
- "inbound": 128,
- "outbound": 16
- }
- },
- "workers": 8,
- "seedingPolicy": {
- "default": "allow"
- }
- }
- }
|