config: add gc interval limit
1 pending
(1 total)
View logs
modified crates/radicle-cli/examples/rad-config.md
@@ -47,6 +47,7 @@ $ rad config
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-node/src/runtime.rs
@@ -36,7 +36,7 @@ use crate::reactor::Reactor;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -242,7 +242,7 @@ impl Runtime {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/node/config.rs
@@ -137,6 +137,9 @@ pub struct Limits {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -585,6 +588,29 @@ impl From<LimitGossipMaxAge> for LocalDuration {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|