feat:
All checks were successful
/ build ushare (push) Successful in 45s
/ clean (push) Successful in 0s

1. local msg/file share by webrtc
fix:
  1. meta clean goroutine walk error
  2. clean interval to args(--clean)
This commit is contained in:
loveuer
2025-05-16 16:48:28 +08:00
parent 7c089bbe84
commit f8372b8de8
30 changed files with 1793 additions and 526 deletions

View File

@ -7,10 +7,11 @@ import (
)
type config struct {
Debug bool
Address string
DataPath string
Auth string
Debug bool
Address string
DataPath string
Auth string
CleanInterval int
}
var (