github-actions[bot] commited on
Commit
4116bc7
·
1 Parent(s): 0c28872

Auto-deploy from GitHub: 994828672181c1ad242203cba6870ddd99765081

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -519,8 +519,8 @@
519
  // Refresh button
520
  document.getElementById('refreshBtn').addEventListener('click', loadFiles);
521
 
522
- // Auto-refresh every 3 seconds
523
- setInterval(loadFiles, 3000);
524
 
525
  // Show notification
526
  function showNotification(message, type = 'success') {
 
519
  // Refresh button
520
  document.getElementById('refreshBtn').addEventListener('click', loadFiles);
521
 
522
+ // Auto-refresh every 10 mins
523
+ setInterval(loadFiles, 1000 * 60 * 10);
524
 
525
  // Show notification
526
  function showNotification(message, type = 'success') {