mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-05 16:44:22 +00:00
Remove deprecated operation mutex in instanceManager
This commit is contained in:
@@ -40,8 +40,7 @@ type instanceManager struct {
|
||||
localNodeName string // Name of the local node
|
||||
|
||||
// Synchronization
|
||||
operationMu sync.Mutex // DEPRECATED: Use instanceLocks for per-instance operations
|
||||
instanceLocks sync.Map // map[string]*sync.Mutex - per-instance locks for concurrent operations
|
||||
instanceLocks sync.Map // map[string]*sync.Mutex - per-instance locks for concurrent operations
|
||||
shutdownOnce sync.Once
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user