From f3ea4957befe536c48d50852fb199e90904adeac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Thu, 5 May 2022 11:01:03 +0800 Subject: [PATCH] fix typo --- internal/caches/max_open_files.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } })