BraydenMoore commited on
Commit
7654c49
1 Parent(s): 4d03c85

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -314,7 +314,7 @@
314
  }, 100);
315
 
316
  infoText.style.opacity = "1";
317
- setTimeout(refreshImage, 1000); // Refresh every second if it's an image
318
  };
319
 
320
  feed.onerror = function() {
 
314
  }, 100);
315
 
316
  infoText.style.opacity = "1";
317
+ setTimeout(refreshImage, 500);
318
  };
319
 
320
  feed.onerror = function() {