shorten report page automatic refresh time
4 files changed
+8
-8
e5d249bd
→
276187c6
modified doc/userguide.md
@@ -299,7 +299,7 @@ The configuration fields are:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/config.rs
@@ -28,10 +28,10 @@ pub struct Config {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/notif.rs
@@ -9,7 +9,7 @@ use std::{
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -65,7 +65,7 @@ impl NotificationChannel {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/pages.rs
@@ -41,7 +41,7 @@ const BROKER_RSS: &str = "index.rss";
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|