Improve Performance (#23025)

(cherry picked from commit 837ad7429b38cbaa9d6ae53ab989f71d41bf3e7a)
This commit is contained in:
Mohit Yadav 2025-08-21 01:53:15 +05:30 committed by OpenMetadata Release Bot
parent a27b28e4f7
commit 5d790455b0

View File

@ -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