Update action.go

优化事件循环cpu暴涨bug
This commit is contained in:
1340691923 2022-09-07 11:08:30 +08:00 committed by GitHub
parent a0a4b9b05f
commit f8661ffc2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,8 +70,7 @@ func MysqlConsumer() {
if err != nil && !strings.Contains(err.Error(), "1062") {
logs.Logger.Sugar().Errorf("metaEvent insert", m, err)
}
default:
}
}
}