From 06b9333f38c17a942db2c25caa72c9a7a6c2e9f9 Mon Sep 17 00:00:00 2001
From: Krzysztof Witukiewicz <krzysztof.witukiewicz@mgm-tp.com>
Date: Mon, 13 Jan 2025 16:46:16 +0100
Subject: [PATCH] OZG-6223 Deactivate timeout for async requests

It has impact on methods that return StreamingResponseBody
---
 alfa-server/src/main/resources/application.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/alfa-server/src/main/resources/application.yml b/alfa-server/src/main/resources/application.yml
index 521222a6f8..fb56b3f6c3 100644
--- a/alfa-server/src/main/resources/application.yml
+++ b/alfa-server/src/main/resources/application.yml
@@ -8,6 +8,8 @@ spring:
   mvc:
     pathmatch:
       matching-strategy: ant-path-matcher
+    async:
+      request-timeout: -1
   application:
     name: Alfa
   jackson:
-- 
GitLab