All Downloads are FREE. Search and download functionalities are using the official Maven repository.

config.limit.yml Maven / Gradle / Ivy

Go to download

A handler that does rate limit in order to prevent attacks for public facing services.

There is a newer version: 2.1.37
Show newest version
---
# Rate Limit Handler Configuration

# If this handler is enabled or not
enabled: false

# Maximum concurrent requests allowed, if this number is exceeded, request will be queued.
concurrentRequest: 1000

# Overflow request queue size. -1 means there is no limit on the queue size
queueSize: -1




© 2015 - 2024 Weber Informatics LLC | Privacy Policy