From 5d790455b07e9a63d43035b0a7002b661ee8018c Mon Sep 17 00:00:00 2001 From: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com> Date: Thu, 21 Aug 2025 01:53:15 +0530 Subject: [PATCH] Improve Performance (#23025) (cherry picked from commit 837ad7429b38cbaa9d6ae53ab989f71d41bf3e7a) --- conf/openmetadata.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/openmetadata.yaml b/conf/openmetadata.yaml index 6802a39f3f2..b3248173918 100644 --- a/conf/openmetadata.yaml +++ b/conf/openmetadata.yaml @@ -38,6 +38,8 @@ server: maxThreads: ${SERVER_MAX_THREADS:-50} minThreads: ${SERVER_MIN_THREADS:-10} idleThreadTimeout: ${SERVER_IDLE_THREAD_TIMEOUT:-1 minute} + enableVirtualThreads: ${SERVER_ENABLE_VIRTUAL_THREAD:-true} + maxQueuedRequests: ${SERVER_REQUEST_QUEUE:-1024} # Above configuration for running http is fine for dev and testing. # For production setup, where UI app will hit apis through DPS it