From a9fe0f8f30df9df7e7a147cdcad42a94ee3e950d Mon Sep 17 00:00:00 2001 From: Dennis Toepker Date: Tue, 9 Apr 2024 13:44:13 -0700 Subject: [PATCH] misc fix in plugin settings Signed-off-by: Dennis Toepker --- .../org/opensearch/notifications/core/setting/PluginSettings.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications/core/src/main/kotlin/org/opensearch/notifications/core/setting/PluginSettings.kt b/notifications/core/src/main/kotlin/org/opensearch/notifications/core/setting/PluginSettings.kt index cb1af620..ea816edb 100644 --- a/notifications/core/src/main/kotlin/org/opensearch/notifications/core/setting/PluginSettings.kt +++ b/notifications/core/src/main/kotlin/org/opensearch/notifications/core/setting/PluginSettings.kt @@ -513,7 +513,7 @@ internal object PluginSettings { val clusterMaxHttpResponseSize = clusterService.clusterSettings.get(MAX_HTTP_RESPONSE_SIZE) if (clusterMaxHttpResponseSize != null) { log.debug("$LOG_PREFIX:$MAX_HTTP_RESPONSE_SIZE_KEY -autoUpdatedTo-> $clusterMaxHttpResponseSize") - socketTimeout = clusterSocketTimeout + maxHttpResponseSize = clusterMaxHttpResponseSize } val clusterAllowedConfigTypes = clusterService.clusterSettings.get(ALLOWED_CONFIG_TYPES) if (clusterAllowedConfigTypes != null) {