website: snap

This commit is contained in:
nym21
2026-05-16 22:12:44 +02:00
parent 421e5286ce
commit e5819769e8
11 changed files with 339 additions and 267 deletions

View File

@@ -114,7 +114,7 @@ export function init(selected) {
function startPolling() {
stopPolling();
poll();
pollInterval = setInterval(poll, 5_000);
pollInterval = setInterval(poll, 1_000);
}
function stopPolling() {