Add a key to the partialCached deadlock prevention

Fixes #13889
This commit is contained in:
n1xx1
2025-08-07 11:17:14 +02:00
committed by GitHub
parent ecc3dd1f53
commit 2216028620
4 changed files with 40 additions and 6 deletions

View File

@@ -161,6 +161,7 @@ type CurrentTemplateInfoCommonOps interface {
type CurrentTemplateInfo struct {
Parent *CurrentTemplateInfo
Level int
Key string
CurrentTemplateInfoOps
}