From 29b561e9c3beb448ca8a44d2802b73b1afe82b55 Mon Sep 17 00:00:00 2001 From: Amalka Subasinghe Date: Tue, 10 Aug 2021 22:00:15 +0530 Subject: [PATCH] added config to j2 file --- .../templates/repository/conf/mdm-ui-config.xml.j2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/conf_templates/templates/repository/conf/mdm-ui-config.xml.j2 b/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/conf_templates/templates/repository/conf/mdm-ui-config.xml.j2 index d15f23de86..68742071a6 100644 --- a/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/conf_templates/templates/repository/conf/mdm-ui-config.xml.j2 +++ b/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/conf_templates/templates/repository/conf/mdm-ui-config.xml.j2 @@ -28,6 +28,13 @@ {% else %} true {% endif %} + + {% if mdm_ui_conf.login_cache_capacity is defined %} + {{mdm_ui_conf.login_cache_capacity}} + {% else %} + 10000 + {% endif %} + application_management