Skip to content
Snippets Groups Projects
Commit 3a5dd47d authored by Krzysztof Witukiewicz's avatar Krzysztof Witukiewicz
Browse files

OZG-6223 OZG-7401 Timeout for async requests

Default is 30 seconds, here set to 5 minutes (value in milliseconds)
parent a9377d26
No related branches found
No related tags found
1 merge request!2OZG-6223 OZG-7401 Timeout for async requests
...@@ -8,6 +8,8 @@ spring: ...@@ -8,6 +8,8 @@ spring:
mvc: mvc:
pathmatch: pathmatch:
matching-strategy: ant-path-matcher matching-strategy: ant-path-matcher
async:
request-timeout: 300000
application: application:
name: Alfa name: Alfa
jackson: jackson:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment