This commit is contained in:
刘祥超
2022-05-05 11:01:03 +08:00
parent 04da107c94
commit f3ea4957be

View File

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