[object Object]

← back to Slack Idea Board

ideas board: slow auto-refresh from 20s to 10 minutes (Steve request)

e0e5f702770a4f472e24589ac39c6138ba412135 · 2026-07-22 22:00:49 -0700 · Steve Abrams

Files touched

Diff

commit e0e5f702770a4f472e24589ac39c6138ba412135
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Jul 22 22:00:49 2026 -0700

    ideas board: slow auto-refresh from 20s to 10 minutes (Steve request)
---
 public/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/index.html b/public/index.html
index c74dc7e..b489a6c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -76,7 +76,7 @@
   </span>
   <span class="spacer"></span>
   <button id="accel" title="Launch the Claude web-dev accelerator in a new terminal to rapidly prototype & launch a client project" onclick="launchAccelerator(this)">🚀 Launch Web-Dev Accelerator</button>
-  <span class="live"><span class="dot"></span> live · auto-refresh 20s</span>
+  <span class="live"><span class="dot"></span> live · auto-refresh 10m</span>
 </header>
 <table>
   <thead><tr>
@@ -193,7 +193,7 @@ function render(){
       </tr>`;
     }).join('');
 }
-load(); setInterval(load, 20000);
+load(); setInterval(load, 600000); // 10 minutes
 </script>
 </body>
 </html>

← 0ad2604 Wire real UX behind Build-new-project: /api/build launches a  ·  back to Slack Idea Board  ·  auth: accept second admin user dbrown c752b58 →