Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
feat: reduce report page auto-refresh interval to 1 minute
✓ CI success Lars Wirzenius committed 8 months ago
commit 4610dcfd3a120b203906f111f39ecd84b99f7b3a
parent acba12420648fe64dd710f57f826c1c65e99ec8b
2 passed (2 total) View logs
1 file changed +1 -1
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.