bug fixes

This commit is contained in:
yusing
2024-03-21 04:21:28 +00:00
parent b37e201ea8
commit 48a9e312f5
15 changed files with 198 additions and 145 deletions

View File

@@ -96,7 +96,7 @@ const (
templatePath = "templates/panel.html"
)
const StreamStopListenTimeout = 1 * time.Second
const StreamStopListenTimeout = 2 * time.Second
const udpBufferSize = 1500