This commit is contained in:
GoEdgeLab
2022-05-05 11:01:03 +08:00
parent 56105e0ab4
commit 3781468d09

View File

@@ -68,7 +68,7 @@ func (this *MaxOpenFiles) init() {
atomic.StoreInt32(&this.currentOpens, 0)
}
// reset mod
// reset mode
atomic.StoreInt32(&this.mode, 0)
}
})