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

OZG-6223 Deactivate timeout for async requests

It has impact on methods that return StreamingResponseBody
parent 57927da2
Branches
Tags
1 merge request!4OZG-6223 Deactivate 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: -1
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