Optimize repeat healthcheck

This commit is contained in:
chen08209
2024-05-06 16:57:53 +08:00
parent 78081a12e8
commit 9f89fe8b29
8 changed files with 26 additions and 8 deletions

View File

@@ -120,6 +120,10 @@ func changeProxy(s *C.char) bool {
return true
}
// clearEffect
func clearConfigEffect() {
}
//export getTraffic
func getTraffic() *C.char {
up, down := statistic.DefaultManager.Now()