Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
feat: reduce report page auto-refresh interval to 1 minute
Merged liw opened 7 months ago

Signed-off-by: Lars Wirzenius liw@liw.fi

1 file changed +1 -1 acba1242 4610dcfd
modified src/pages.rs
@@ -42,7 +42,7 @@ const BROKER_RSS: &str = "index.rss";
const FAILURE_RSS: &str = "failed.rss";
const UNFINISHED_RSS: &str = "unfinished.rss";
const CSS: &str = include_str!("radicle-ci.css");
-
const REFERESH_INTERVAL: &str = "300";
+
const REFERESH_INTERVAL: &str = "60";
const STATUS_JSON: &str = "status.json";

/// All possible errors returned from the status page module.