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:
AndreiDombrovschi 2025-06-18 11:37:45 +03:00
parent 1291e38731
commit 3b986d0fd3

View file

@ -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