feat: allow config file to set a status page update interval
modified src/bin/ci-broker.rs
@@ -13,8 +13,6 @@ use radicle_ci_broker::{
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -77,7 +75,8 @@ fn fallible_main() -> Result<(), BrokerError> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -92,11 +91,11 @@ fn fallible_main() -> Result<(), BrokerError> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
modified src/config.rs
@@ -9,12 +9,15 @@ use serde::{Deserialize, Serialize};
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -31,6 +34,11 @@ impl Config {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|