diff --git a/internal/caches/max_open_files.go b/internal/caches/max_open_files.go index 35b8dc5..d4a5638 100644 --- a/internal/caches/max_open_files.go +++ b/internal/caches/max_open_files.go @@ -68,7 +68,7 @@ func (this *MaxOpenFiles) init() { atomic.StoreInt32(&this.currentOpens, 0) } - // reset mod + // reset mode atomic.StoreInt32(&this.mode, 0) } })