Skip to content
Snippets Groups Projects
Commit 04950591 authored by Ferenc Schulcz's avatar Ferenc Schulcz
Browse files

Shorten cicakamera update period

parent eb700903
Branches
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
let image = document.getElementById("image"); let image = document.getElementById("image");
setInterval(() => { setInterval(() => {
image.src = "/cicakamera_img?t=" + new Date().getTime(); image.src = "/cicakamera_img?t=" + new Date().getTime();
}, 1000); }, 500);
</script> </script>
{% endblock %} {% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment