mqtt keepalive #14048
Unanswered
GMagician
asked this question in
Ask A Question
mqtt keepalive
#14048
Replies: 1 comment
-
It's hardcoded into Frigate. Line 254 in 9c75123 From paho's documentation: connect_async(host: str, port: int = 1883, keepalive: int = 60, bind_address: str = '', bind_port: int = 0, clean_start: bool | Literal[3] = 3, properties: Properties | None = None) Seems extremely simple to make the timeout configurable. Gonna see if I can PR a change to make it configurable via a keepalive config option. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Am I wrong or mqtt keepalive is fixed at 60s?
Beta Was this translation helpful? Give feedback.
All reactions