diff --git a/data/config-schema/src/main/resources/net/corda/schema/configuration/rest/1.0/corda.rest.json b/data/config-schema/src/main/resources/net/corda/schema/configuration/rest/1.0/corda.rest.json index aedb76329c..14403e6b7b 100644 --- a/data/config-schema/src/main/resources/net/corda/schema/configuration/rest/1.0/corda.rest.json +++ b/data/config-schema/src/main/resources/net/corda/schema/configuration/rest/1.0/corda.rest.json @@ -66,7 +66,7 @@ "flowStatusCleanupTimeMs": { "description": "The duration, in milliseconds, for which the flow status lookup service retains flow statuses in terminal states (COMPLETED, FAILED, KILLED) without updates. After this period, they are deleted. This must be greater than flow.session.cleanupTime and flow.processing.cleanupTime otherwise flows with re-used requestIds may be silently de-duplicated by the FlowMapper.", "type": "integer", - "minimum": 600000, + "minimum": 60000, "maximum:": 2147483647, "default": 604800000 }