Skip to content
Yannik Höflich edited this page Sep 3, 2023 · 2 revisions

Connection Config

The application checks in regular intervals for an internet connection. If there is none, it will skip all screens that require internet. That way a better experience is provided, even if the internet connection fails for some reason.

Name: `connection``

Name Description Value type Example
check-frequency the frequency in that the appliation checks for a connection (in minutes) float 1.5
timeout the time after that the check fails with no response (in ms) integer 500
host-to-ping the host, that the connection to is checked. Should be always online, otherwise the connection check will be unreliable string "google.com"
Clone this wiki locally