more changes to inward inventory
This commit is contained in:
@@ -70,7 +70,7 @@ fun main(args: Array<String>) {
|
||||
before("/api/*") { ctx ->
|
||||
|
||||
NaiveRateLimit.requestPerTimeUnit(
|
||||
ctx, appConfig.rateLimit().getOrDefault(30), TimeUnit.MINUTES
|
||||
ctx, appConfig.rateLimit().getOrDefault(10000), TimeUnit.MINUTES
|
||||
)
|
||||
|
||||
val authToken = ctx.getAuthHeader() ?: throw UnauthorizedResponse()
|
||||
|
||||
Reference in New Issue
Block a user