From 7ed77823897be567f1cc792e935987a7fd6ef35b Mon Sep 17 00:00:00 2001 From: LE SAULNIER Kevin Date: Fri, 6 Dec 2024 15:16:22 +0100 Subject: [PATCH] fix: remove timeout, now handled in ws-commons Signed-off-by: LE SAULNIER Kevin --- src/main/resources/application-local.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/resources/application-local.yml b/src/main/resources/application-local.yml index 52f2cc2..796b813 100644 --- a/src/main/resources/application-local.yml +++ b/src/main/resources/application-local.yml @@ -7,8 +7,6 @@ spring: elasticsearch: uris: - http://localhost:9200 - connection-timeout: 60s - socket-timeout: 60s ## to fill if authentication is needed # username: # password: