Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
feat: refresh front page 300 seconds (5 min)
Lars Wirzenius committed 2 years ago
commit 88e4af565a196e7e4512ed71e85013312ec267ff
parent de9c54ece4c0fc3619f9f527bfbeeb7d7ebb829d
1 file changed +1 -1
modified src/pages.rs
@@ -28,7 +28,7 @@ use crate::{
};

const CSS: &str = include_str!("radicle-ci.css");
-
const REFERESH_INTERVAL: &str = "10";
+
const REFERESH_INTERVAL: &str = "300";

/// All possible errors returned from the status page module.
#[derive(Debug, thiserror::Error)]