From 236dbfcc92cb3c2396ca78a1c46b14635d5d356a Mon Sep 17 00:00:00 2001 From: AskaEth Date: Sun, 28 Jun 2026 17:22:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4performThink=E4=B8=AD?= =?UTF-8?q?=E5=AD=A4=E5=84=BFmuUnlock?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/ai-core/internal/background/thinker.go | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/ai-core/internal/background/thinker.go b/backend/ai-core/internal/background/thinker.go index b0de429..755fd13 100644 --- a/backend/ai-core/internal/background/thinker.go +++ b/backend/ai-core/internal/background/thinker.go @@ -1096,7 +1096,6 @@ func (t *Thinker) performThink(triggerReason string) { t.setLastThink(t.lastThinkTime) t.incThinkCount() currentCount := t.thinkCount() - t.muUnlock() ctx, cancel := context.WithTimeout(context.Background(), 120*time.Second) defer cancel()