Update interrupted recovery comment wording

This commit is contained in:
Frank Song
2026-05-16 20:05:47 +08:00
parent 49bea3ad01
commit c415c843df
+1 -1
View File
@@ -815,7 +815,7 @@ def _apply_core_sync_or_error_marker(
# pending_user_message and STREAMS.pop(stream_id). Without this guard, any
# fast turn (e.g. command approval) that exits the thread before the on-disk
# pending clear has flushed gets misdiagnosed as a crashed turn, producing a
# spurious "Previous turn did not complete." marker.
# spurious "Response interrupted." marker.
#
# 30s covers the worst-case post-loop persistence window: LLM finishing a tool
# batch + lock contention with the checkpoint thread + a multi-MB session.save.