From 28e25da6adfd99254e0d09a52e81bcb167e4936a Mon Sep 17 00:00:00 2001 From: Tibor Beres Date: Wed, 11 Sep 2024 09:13:57 -0700 Subject: [PATCH] updated copyright date --- .../src/com/ibm/ws/sip/container/proxy/BranchManager.java | 2 +- .../src/com/ibm/ws/sip/properties/CoreProperties.java | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dev/com.ibm.ws.sipcontainer/src/com/ibm/ws/sip/container/proxy/BranchManager.java b/dev/com.ibm.ws.sipcontainer/src/com/ibm/ws/sip/container/proxy/BranchManager.java index fd59ad1d99a..0e92e81367f 100644 --- a/dev/com.ibm.ws.sipcontainer/src/com/ibm/ws/sip/container/proxy/BranchManager.java +++ b/dev/com.ibm.ws.sipcontainer/src/com/ibm/ws/sip/container/proxy/BranchManager.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2003, 2021 IBM Corporation and others. + * Copyright (c) 2003, 2021, 2024 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/dev/com.ibm.ws.sipcontainer/src/com/ibm/ws/sip/properties/CoreProperties.java b/dev/com.ibm.ws.sipcontainer/src/com/ibm/ws/sip/properties/CoreProperties.java index 9013756988b..a8e6d9d7c78 100644 --- a/dev/com.ibm.ws.sipcontainer/src/com/ibm/ws/sip/properties/CoreProperties.java +++ b/dev/com.ibm.ws.sipcontainer/src/com/ibm/ws/sip/properties/CoreProperties.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2003, 2021 IBM Corporation and others. + * Copyright (c) 2003, 2021, 2024 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at @@ -801,6 +801,7 @@ static public void loadDefaultProperties(SipPropertiesMap properties) properties.setInt(MAX_APP_SESSIONS, MAX_APP_SESSIONS_DEFAULT,CustPropSource.DEFAULT); properties.setInt(MAX_MESSAGE_RATE, MAX_MESSAGE_RATE_DEFAULT,CustPropSource.DEFAULT); properties.setInt(MAX_RESPONSE_TIME, MAX_RESPONSE_TIME_DEFAULT,CustPropSource.DEFAULT); + properties.setBoolean(CHECK_STATE_WHEN_CREATING_PROXY_BRANCH, CHECK_STATE_WHEN_CREATING_PROXY_BRANCH_DEFAULT, CustPropSource.DEFAULT); properties.setInt(STAT_UPDATE_RANGE, STAT_UPDATE_RANGE_DEFAULT,CustPropSource.DEFAULT); properties.setInt(STAT_AVERAGE_PERIOD, STAT_AVERAGE_PERIOD_DEFAULT,CustPropSource.DEFAULT); properties.setInt(LOAD_UPDATE_PERIOD, LOAD_UPDATE_PERIOD_DEFAULT,CustPropSource.DEFAULT);