diff options
Diffstat (limited to 'config.example.yaml')
| -rw-r--r-- | config.example.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.example.yaml b/config.example.yaml index 228aecd..89da0d7 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -67,6 +67,14 @@ display: # UI scale factor (0.5 to 2.0, default: 1.0) # Adjusts the overall size of text and spacing # scale: 1.0 + + # Refresh mode: + # "page" - Full page refresh (default) + # "api" - Fetch updates via API without page reload (smoother UX) + # refresh_mode: page + + # Refresh interval in seconds (default: 30, minimum: 5) + # refresh_interval: 30 # Monitor groups groups: |