You've already forked AstralRinth
forked from didirus/AstralRinth
Bump ratelimit to 200 RPM, allow specified IPs to have lax ratelimit restrictions, and allow wildcard for CORS
This commit is contained in:
@@ -17,6 +17,7 @@ actix-rt = "1.1.1"
|
||||
actix-files = "0.4.0"
|
||||
actix-multipart = "0.3.0"
|
||||
actix-cors = "0.4.1"
|
||||
actix-ratelimit = "0.3.0"
|
||||
|
||||
meilisearch-sdk = "0.4.0"
|
||||
reqwest = { version = "0.10.8", features = ["json"] }
|
||||
@@ -53,8 +54,3 @@ git = "https://github.com/launchbadge/sqlx/"
|
||||
branch = "master"
|
||||
default-features = false
|
||||
features = ["runtime-actix", "postgres", "chrono", "offline"]
|
||||
|
||||
[dependencies.actix-ratelimit]
|
||||
# Temp until actix-ratelimit bumps version on cargo
|
||||
git = "https://github.com/TerminalWitchcraft/actix-ratelimit"
|
||||
rev = "870822067dfeae7cc0304352d81c4cb79ee27f5a"
|
||||
|
||||
Reference in New Issue
Block a user