From 7a7e6e39b0c1426ad5e107ca22e526ff565ceec2 Mon Sep 17 00:00:00 2001 From: "Plummer, Brittany" Date: Thu, 12 Mar 2020 19:23:27 -0400 Subject: Added check to prevent camunda history lookup on Added check to prevent camunda history lookup on older requests Issue-ID: SO-2726 Signed-off-by: Benjamin, Max (mb388a) Change-Id: Ie8513626f942404241c351313a791098a0708db4 --- .../mso-api-handler-infra/src/main/resources/application.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'mso-api-handlers/mso-api-handler-infra/src/main/resources') diff --git a/mso-api-handlers/mso-api-handler-infra/src/main/resources/application.yaml b/mso-api-handlers/mso-api-handler-infra/src/main/resources/application.yaml index baa7af77a5..b46690f2a7 100644 --- a/mso-api-handlers/mso-api-handler-infra/src/main/resources/application.yaml +++ b/mso-api-handlers/mso-api-handler-infra/src/main/resources/application.yaml @@ -30,6 +30,7 @@ mso: uri: /sobpmnengine/history/activity-instance camundaURL: http://localhost:8089 camundaAuth: E8E19DD16CC90D2E458E8FF9A884CC0452F8F3EB8E321F96038DE38D5C1B0B02DFAE00B88E2CF6E2A4101AB2C011FC161212EE + camundaCleanupInterval: 30 spring: datasource: -- cgit 1.2.3-korg