Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
func
UploadRateLimit()
func
(c *gin.Context) {
112
return
rateLimitFactory(common.UploadRateLimitNum, common.UploadRateLimitDuration,
"UP"
)
113
}
Callers
nothing calls this directly
Calls
1
rateLimitFactory
Function · 0.85
Tested by
no test coverage detected