From 3fb350b2ac6de126d86a7711ac28a71917b25671 Mon Sep 17 00:00:00 2001 From: GnsP Date: Tue, 26 May 2026 11:11:00 +0530 Subject: [PATCH] add property to configure the entities limit for the connections browser in UI --- cdap-common/src/main/resources/cdap-default.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cdap-common/src/main/resources/cdap-default.xml b/cdap-common/src/main/resources/cdap-default.xml index cd522b43a305..a4fd93ee6f1d 100644 --- a/cdap-common/src/main/resources/cdap-default.xml +++ b/cdap-common/src/main/resources/cdap-default.xml @@ -6544,4 +6544,12 @@ + + ui.wrangler.connections.browse.entities.limit + 2000 + + Number of entities displayed for a connection in the connections browser. + + +