mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-28 22:12:00 -08:00
externalcmd: increase restart pause
This commit is contained in:
parent
38b07ab68a
commit
4a942b4f9e
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
restartPause = 2 * time.Second
|
||||
restartPause = 5 * time.Second
|
||||
)
|
||||
|
||||
type ExternalCmd struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue