Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
fix(src/config.rs): point at correct place where meta refresh is set
Lars Wirzenius committed 17 days ago
commit 8da2ffd0cf57651ab2b1d89d06be20d1a816567e
parent d93a285
1 file changed +4 -4
modified src/config.rs
@@ -28,10 +28,10 @@ pub struct Config {
    report_dir: Option<PathBuf>,
    db: PathBuf,

-
    // This isn't actually used. The status page is updated about once
-
    // a second, see `UPDATE_INTERVAL` in `src/notif.rs`. However, we
-
    // don't want to break existing configuration files, so we allow
-
    // it. We just don't use it anywhere.
+
    // This isn't actually used. The status page is updated every so often
+
    // and the interval is set by `REFERESH_INTERVAL` in `src/pages.rs`.
+
    // However, we don't want to break existing configuration files, so we
+
    // allow it. We just don't use it anywhere.
    #[allow(dead_code)]
    #[serde(skip)]
    status_update_interval_seconds: Option<u64>,