From d3f6c29221d196a155ac93d98081c6736dde679e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjam=C3=ADn=20P=C3=A9rez?= <87045458+benji811124@users.noreply.github.com> Date: Mon, 26 Jun 2023 18:11:24 -0600 Subject: [PATCH] Update mango.properties New properties added for System Action task and resource lifetime (SystemActionTemporaryResource) rest.systemAction.expirationPeriods default is 1 and rest.systemAction.expirationPeriodType default is WEEKS --- Core/resources/mango.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Core/resources/mango.properties b/Core/resources/mango.properties index ecafe1ea3..09262dca9 100644 --- a/Core/resources/mango.properties +++ b/Core/resources/mango.properties @@ -232,6 +232,10 @@ rest.temporaryResource.expirationPeriodType=HOURS rest.temporaryResource.timeoutPeriods=3 rest.temporaryResource.timeoutPeriodType=HOURS +# Defaults for System Action task and resource lifetime (Can override via endpoint parameter if supplied) +rest.systemAction.expirationPeriods=1 +rest.systemAction.expirationPeriodType=WEEKS + # Limits the rate at which an unauthenticated IP address can access the REST API # Defaults to an initial 10 request burst then 2 requests per 1 second thereafter rateLimit.rest.anonymous.enabled=true