From ad2db2f034bf2e19a6d65ab621f79f6f4b5ac947 Mon Sep 17 00:00:00 2001 From: Hemanta Sharma Date: Wed, 10 Jul 2024 10:32:33 +0100 Subject: [PATCH] dmp-3356: increase Cache expiry time (#465) Co-authored-by: hemanta.sharma --- src/main/resources/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index e75db30d..b782662c 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -46,7 +46,7 @@ darts-gateway: token-generate: jwt map-token-to-session: false share-token-for-same-credentials: true - entry-time-to-idle-seconds: 14400 + entry-time-to-idle-seconds: 42900 shared-token-early-expiration-minutes: 5 ws: request-validation: true