MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / UploadRateLimit

Function UploadRateLimit

middleware/rate-limit.go:111–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109}
110
111func UploadRateLimit() func(c *gin.Context) {
112 return rateLimitFactory(common.UploadRateLimitNum, common.UploadRateLimitDuration, "UP")
113}

Callers

nothing calls this directly

Calls 1

rateLimitFactoryFunction · 0.85

Tested by

no test coverage detected