From 3781468d09fbe8a7c7d79a4ca9a57a2e1a255867 Mon Sep 17 00:00:00 2001 From: GoEdgeLab 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) } })