refactor: nodes analytics (#847)

* refactor: nodes analytics

* feat(debug): add pprof in debug mode

* refactor: websocket error handler
This commit is contained in:
Jacky 2025-02-05 17:25:29 +08:00 committed by Weblate
parent 3be235fc84
commit 1a68dc526d

View file

@ -66,5 +66,6 @@ func GetNodesAnalytic(c *gin.Context) {
}
time.Sleep(10 * time.Second)
logger.Debug("[analytic nodes] sleep 10 seconds")
}
}