From 80b77b0218e1d4c881a6d3db8e83b5c40041ca5f Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Tue, 6 Jan 2026 09:36:14 +0100 Subject: [PATCH] Update tab_comfy.py --- tab_comfy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tab_comfy.py b/tab_comfy.py index c445907..ca1551a 100644 --- a/tab_comfy.py +++ b/tab_comfy.py @@ -170,7 +170,7 @@ def render_single_instance(instance_config, index, all_instances, timeout_minute if hasattr(st, "fragment"): # This decorator ensures this function re-runs every 10 seconds automatically # allowing it to catch the timeout even if you are away from the keyboard. - @st.fragment(run_every=10) + @st.fragment(run_every=300) def _monitor_fragment(): _render_content() else: