Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
feat(src/pages.rs): shorten meta refresh value a lot
✗ CI failure Lars Wirzenius committed 1 month ago
commit 276187c6853c823f788f604049376561ee68e9e7
parent 8da2ffd0cf57651ab2b1d89d06be20d1a816567e
1 failed (1 total) View logs
1 file changed +1 -1
modified src/pages.rs
@@ -41,7 +41,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 = "60";
+
const REFERESH_INTERVAL: &str = "5";
const STATUS_JSON: &str = "status.json";

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