日志优化

This commit is contained in:
hahwu 2025-12-10 21:23:21 +08:00
parent fde2821109
commit cc2fbb53d8

View File

@ -7,7 +7,7 @@ import (
var (
// log conf
LogFlag = log.LstdFlags
LogFlag = log.LstdFlags | log.Lmicroseconds
// gate conf
PendingWriteNum = 2000