mirror of
https://github.com/hassio-addons/addon-motioneye.git
synced 2025-05-04 19:21:22 +00:00
Disable disconnecting idle MJPEG clients
This commit is contained in:
parent
39cbeb916b
commit
c3b1e5c592
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ mjpg_client_timeout 10
|
||||||
|
|
||||||
# timeout in seconds after which an idle mjpg client is removed
|
# timeout in seconds after which an idle mjpg client is removed
|
||||||
# (set to 0 to disable)
|
# (set to 0 to disable)
|
||||||
mjpg_client_idle_timeout 10
|
mjpg_client_idle_timeout 0
|
||||||
|
|
||||||
# enable SMB shares (requires motionEye to run as root)
|
# enable SMB shares (requires motionEye to run as root)
|
||||||
smb_shares true
|
smb_shares true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue