From 867a5765538e5060e2cd8b8af0096459b2e3101d Mon Sep 17 00:00:00 2001 From: Owen Stanford <92725587+owenstanford@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:11:14 +0000 Subject: [PATCH] CORE-19732 Mark unused configuration values as deprecated. (#1517) --- .../p2p.linkManager/1.0/corda.p2p.linkManager.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/config-schema/src/main/resources/net/corda/schema/configuration/p2p.linkManager/1.0/corda.p2p.linkManager.json b/data/config-schema/src/main/resources/net/corda/schema/configuration/p2p.linkManager/1.0/corda.p2p.linkManager.json index b6166d267..51f5ca30a 100644 --- a/data/config-schema/src/main/resources/net/corda/schema/configuration/p2p.linkManager/1.0/corda.p2p.linkManager.json +++ b/data/config-schema/src/main/resources/net/corda/schema/configuration/p2p.linkManager/1.0/corda.p2p.linkManager.json @@ -78,12 +78,12 @@ "minimum": 1 }, "heartbeatEnabled": { - "description": "Whether heartbeat messages should be sent or not between peers to detect unhealthy sessions.", + "description": "Deprecated (not used). Whether heartbeat messages should be sent or not between peers to detect unhealthy sessions.", "type": "boolean", "default": true }, "heartbeatMessagePeriod": { - "description": "The heartbeat message period in milliseconds.", + "description": "Deprecated (not used). The heartbeat message period in milliseconds.", "type": "integer", "default": 2000, "minimum": 500 @@ -95,13 +95,13 @@ "minimum": 500 }, "sessionsPerPeer": { - "description": "Deprecated field, numOfSessionsPerPeer should be used instead. The number of actively maintained sessions between two peers.", + "description": "Deprecated (not used). The number of actively maintained sessions between two peers.", "type": ["integer", "null"], "default": null, "minimum": 1 }, "numOfSessionsPerPeer": { - "description": "The number of actively maintained sessions between two peers.", + "description": "Deprecated (not used). The number of actively maintained sessions between two peers.", "type": "object", "default": {}, "properties": { @@ -144,7 +144,7 @@ } }, "sessionRefreshThreshold": { - "description": "The session refresh threshold in seconds. The default value is five days.", + "description": "Deprecated (not used). The session refresh threshold in seconds. The default value is five days.", "type": "integer", "default": 432000, "maximum": 432000