Refactor to use app-provided rate limiting interceptors (#12089)

This commit is contained in:
arkon
2022-06-05 17:51:18 -04:00
committed by GitHub
parent 93e6774da0
commit 1905256b08
191 changed files with 769 additions and 1216 deletions

View File

@@ -1,8 +1,5 @@
include(":core")
include(":lib-ratelimit")
project(":lib-ratelimit").projectDir = File("lib/ratelimit")
include(":lib-dataimage")
project(":lib-dataimage").projectDir = File("lib/dataimage")