This commit is contained in:
suyl
2021-07-09 15:59:26 +08:00
parent 756b904cb2
commit fee78529dd
2 changed files with 2 additions and 2 deletions

View File

@@ -286,7 +286,7 @@ func changePrintMsg(data string) (err error) {
func HandleTcpMessages() {
var (
db = dao.GetDB()
offset, pageSize = 0, 10
offset, pageSize = 0, 1
)
for {
//一直读?