mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 12:45:48 +00:00
Added rate limiting through application.properties file to the /owners/find endpoint
Signed-off-by: Author Name <andrei.dombrovschi@awin.com>
This commit is contained in:
parent
1291e38731
commit
3b986d0fd3
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ spring.messages.basename=messages/messages
|
|||
management.endpoints.web.exposure.include=*
|
||||
|
||||
# Rate Limiting
|
||||
rate-limit.max-requests=5
|
||||
rate-limit.max-requests=4
|
||||
rate-limit.window-size-minutes=1
|
||||
rate-limit.enabled=true
|
||||
|
||||
|
|
Loading…
Reference in a new issue