feat: optimize caching strategy and implement concurrency limits

This commit is contained in:
ExplodingDragon
2026-01-31 23:14:15 +08:00
parent 1aec59bfad
commit 662370e018
10 changed files with 148 additions and 41 deletions

2
go.mod
View File

@@ -15,7 +15,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.11.1
go.uber.org/zap v1.27.1
gopkg.d7z.net/middleware v0.0.0-20260131122058-3c200930af2d
gopkg.d7z.net/middleware v0.0.0-20260131134426-cea18952b028
gopkg.in/yaml.v3 v3.0.1
)