From ca9d4735b8f7b8a8083f0a587a2c74c128ca300b Mon Sep 17 00:00:00 2001 From: Viktor Kolomeyko Date: Wed, 13 Dec 2023 17:20:35 +0000 Subject: [PATCH] Up flow sandbox cache size to 20 --- .../corda/schema/configuration/sandbox/1.0/corda.sandbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/config-schema/src/main/resources/net/corda/schema/configuration/sandbox/1.0/corda.sandbox.json b/data/config-schema/src/main/resources/net/corda/schema/configuration/sandbox/1.0/corda.sandbox.json index 00fd131199..3ece50e9a2 100644 --- a/data/config-schema/src/main/resources/net/corda/schema/configuration/sandbox/1.0/corda.sandbox.json +++ b/data/config-schema/src/main/resources/net/corda/schema/configuration/sandbox/1.0/corda.sandbox.json @@ -22,7 +22,7 @@ "description": "The maximum number of cached flow sandboxes.", "type": "integer", "minimum": 0, - "default": 10 + "default": 20 } } }