1
0
mirror of https://github.com/fumiama/dnskip.git synced 2026-06-05 00:32:41 +08:00

chore: print orbyte in debug

This commit is contained in:
源文雨
2026-03-01 14:54:16 +08:00
parent 26dd4b3785
commit f9fe538dc9

View File

@@ -81,7 +81,7 @@ func main() {
for range t.C {
c++
o, i := pbuf.CountItems()
logrus.Infoln("Orbyte pbuf outside:", o, "inside:", i)
logrus.Debugln("Orbyte pbuf outside:", o, "inside:", i)
if c%8 == 0 {
runtime.GC()
}