config.json
default.checks.x86_64-linux.nixos-lpt-titan
· build #920
· raw
1{2 "publicExplorer": "https://app.radicle.xyz/nodes/$host/$rid$path",3 "preferredSeeds": [4 "z6Mkuo44bkXzzYZsiR8x5PftuNaybCCxL7magvUTh76VBCLa@seed.fosskar.eu:8776"5 ],6 "web": {7 "pinned": {8 "repositories": [9 "rad:z4X1gDvBMpZLyzkQEj7dCMpurwqkV"10 ]11 }12 },13 "cli": {14 "hints": true15 },16 "node": {17 "alias": "fosskar",18 "listen": [],19 "peers": {20 "type": "dynamic"21 },22 "connect": [],23 "externalAddresses": [],24 "network": "main",25 "log": "INFO",26 "relay": "auto",27 "limits": {28 "routingMaxSize": 1000,29 "routingMaxAge": 604800,30 "gossipMaxAge": 1209600,31 "fetchConcurrency": 1,32 "maxOpenFiles": 4096,33 "rate": {34 "inbound": {35 "fillRate": 5.0,36 "capacity": 102437 },38 "outbound": {39 "fillRate": 10.0,40 "capacity": 204841 }42 },43 "connection": {44 "inbound": 128,45 "outbound": 1646 },47 "fetchPackReceive": "500.0 MiB",48 "fetchTimeout": 3049 },50 "workers": 8,51 "seedingPolicy": {52 "default": "block"53 },54 "fetch": {55 "signedReferences": {56 "featureLevel": {57 "minimum": "parent"58 }59 }60 }61 }62}