Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
feat: reduce interval for when pages get updated
Lars Wirzenius committed 1 year ago
commit 6acd11d08651f416c6ae47f2ddafb1ff45d34049
parent 3b882c43d08607cbb7db2f55ce08905a4f2bcf22
1 file changed +1 -1
modified src/pages.rs
@@ -32,7 +32,7 @@ use crate::{

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

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