From 1cf324fd05f1a863da98d9203dd49232a33e0669 Mon Sep 17 00:00:00 2001 From: chenpanliang <3245129380@qq.com> Date: Tue, 16 Dec 2025 15:40:59 +0800 Subject: [PATCH] =?UTF-8?q?fix(light):=20=E5=B0=86=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E6=95=B0=E6=8D=AE=E6=8E=A8=E9=80=81=E9=97=B4?= =?UTF-8?q?=E9=9A=94=E4=BB=8E15=E7=A7=92=E8=B0=83=E6=95=B4=E4=B8=BA30?= =?UTF-8?q?=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routers/light.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routers/light.py b/src/routers/light.py index 60739a3..cece11e 100644 --- a/src/routers/light.py +++ b/src/routers/light.py @@ -89,7 +89,7 @@ async def get_user_scripts_with_answers(user_id: str): @light_router.get("/user-scripts/stream/{user_id}") async def stream_user_scripts(user_id: str, request: Request): """ - SSE接口:每15秒推送一次最新的用户脚本数据。 + SSE接口:每30秒推送一次最新的用户脚本数据。 数据结构与 /user-scripts/{user_id} 完全一致。 """ async def event_generator():