mirror of
https://gitee.com/samwaf/SamWaf.git
synced 2025-12-06 06:58:54 +08:00
fix:修正内存溢出的情况
This commit is contained in:
@@ -28,12 +28,7 @@ func InitDequeEngine() {
|
||||
*/
|
||||
func ProcessDequeEngine() {
|
||||
for {
|
||||
defer func() {
|
||||
e := recover()
|
||||
if e != nil {
|
||||
zlog.Info("ProcessErrorException", e)
|
||||
}
|
||||
}()
|
||||
|
||||
for !global.GQEQUE_DB.Empty() {
|
||||
weblogbean := global.GQEQUE_DB.PopFront()
|
||||
if weblogbean != nil {
|
||||
|
||||
Reference in New Issue
Block a user