Commit e0684671 authored by Cloud User's avatar Cloud User

http api lrc cache 10 000 000

parent 5a71daf7
......@@ -76,7 +76,7 @@ var asyncmap *expirable.LRU[string, pbUpstream.TaskResponse]
func init() {
asyncmap = expirable.NewLRU[string, pbUpstream.TaskResponse](10000, nil, time.Hour*1)
asyncmap = expirable.NewLRU[string, pbUpstream.TaskResponse](10000000, nil, time.Hour*1)
}
func recordUUID() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment