From 53d3e8e0566431da6d0ed118bef383aa65607bf3 Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Mon, 6 Apr 2026 12:45:21 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Synology=20=EC=9D=91=EB=8B=B5=20?= =?UTF-8?q?=EA=B8=B8=EC=9D=B4=201500=E2=86=924000=EC=9E=90=20(=EB=AA=A8?= =?UTF-8?q?=EB=8B=9D=20=EB=B8=8C=EB=A6=AC=ED=95=91=20=EB=8C=80=EB=B9=84)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- nanoclaude/services/worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nanoclaude/services/worker.py b/nanoclaude/services/worker.py index 8892aaa..ae33cef 100644 --- a/nanoclaude/services/worker.py +++ b/nanoclaude/services/worker.py @@ -21,7 +21,7 @@ logger = logging.getLogger(__name__) HEARTBEAT_INTERVAL = 4.0 CLASSIFY_HEARTBEAT = 2.0 MAX_PROMPT_LENGTH = 1000 -SYNOLOGY_MAX_LEN = 1500 +SYNOLOGY_MAX_LEN = 4000 async def _complete_with_heartbeat(adapter, message: str, job_id: str, *, messages=None, beat_msg="처리 중...") -> str: