mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-01 07:27:40 +08:00
feat: cache errored request
This commit is contained in:
@@ -5,4 +5,4 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
var cc = cache.NewCache[string, Response](time.Minute * 30)
|
||||
var cc = cache.NewCache[string, *Response](time.Minute * 30)
|
||||
|
||||
Reference in New Issue
Block a user