Update tab_comfy.py

This commit is contained in:
2026-01-06 09:36:14 +01:00
parent b19e7b937c
commit 80b77b0218

View File

@@ -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: