BraydenMoore commited on
Commit
d35e436
1 Parent(s): ddcc9ef

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -178,7 +178,7 @@
178
  const img = new Image();
179
  img.onload = function() {
180
  feed.src = this.src;
181
- setTimeout(refreshImage, 250);
182
  };
183
 
184
  img.onerror = function() {
 
178
  const img = new Image();
179
  img.onload = function() {
180
  feed.src = this.src;
181
+ setTimeout(refreshImage, 1000);
182
  };
183
 
184
  img.onerror = function() {