mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-10 12:33:57 +01:00
allow more locks
This commit is contained in:
parent
2030cbf018
commit
1704d7f75a
@ -26,10 +26,11 @@ var allowedConcurrentLocks = map[mutexKey][]mutexKey{
|
|||||||
"firewall-conntrack": {"handshake-hostinfo"},
|
"firewall-conntrack": {"handshake-hostinfo"},
|
||||||
"handshake-manager": {"hostmap"},
|
"handshake-manager": {"hostmap"},
|
||||||
"handshake-manager-timer": {"handshake-manager"},
|
"handshake-manager-timer": {"handshake-manager"},
|
||||||
"hostmap": {"handshake-hostinfo"},
|
"hostmap": {"handshake-hostinfo", "lighthouse-query-chan"},
|
||||||
"lighthouse": {"handshake-manager"},
|
"lighthouse": {"handshake-manager"},
|
||||||
"relay-state": {"hostmap", "connection-manager-relay-used"},
|
"relay-state": {"hostmap", "connection-manager-relay-used"},
|
||||||
"remote-list": {"lighthouse"},
|
"remote-list": {"lighthouse"},
|
||||||
|
"lighthouse-query-chan": {"handshake-hostinfo"},
|
||||||
}
|
}
|
||||||
|
|
||||||
type mutexValue struct {
|
type mutexValue struct {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user