forked from Github/frigate
Use zmq for event end queue and update python deps (#10886)
* Use zmq for events ended * Cleanup * Update deps * formatting
This commit is contained in:
@@ -8,7 +8,7 @@ import zmq
|
||||
|
||||
SOCKET_CONTROL = "inproc://control.detections_updater"
|
||||
SOCKET_PUB = "ipc:///tmp/cache/detect_pub"
|
||||
SOCKET_SUB = "ipc:///tmp/cache/detect_sun"
|
||||
SOCKET_SUB = "ipc:///tmp/cache/detect_sub"
|
||||
|
||||
|
||||
class DetectionTypeEnum(str, Enum):
|
||||
|
||||
Reference in New Issue
Block a user