decrease image refresh to 1 second

This commit is contained in:
2025-09-03 00:15:22 +02:00
parent a5b9823b10
commit 57fb2febf6

View File

@@ -3,7 +3,7 @@
import { grey400x225 } from '$lib/utils/staticImageSource';
import Dialog from './Dialog.svelte';
const IMAGE_REFRESH_INTERVAL = 3000;
const IMAGE_REFRESH_INTERVAL = 1000;
let { imageUrl }: { imageUrl: string } = $props();
let lastUpdated = new Date();