mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-02 20:35:25 +00:00
Improve Performance (#23025)
(cherry picked from commit 837ad7429b38cbaa9d6ae53ab989f71d41bf3e7a)
This commit is contained in:
parent
a27b28e4f7
commit
5d790455b0
@ -38,6 +38,8 @@ server:
|
|||||||
maxThreads: ${SERVER_MAX_THREADS:-50}
|
maxThreads: ${SERVER_MAX_THREADS:-50}
|
||||||
minThreads: ${SERVER_MIN_THREADS:-10}
|
minThreads: ${SERVER_MIN_THREADS:-10}
|
||||||
idleThreadTimeout: ${SERVER_IDLE_THREAD_TIMEOUT:-1 minute}
|
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.
|
# Above configuration for running http is fine for dev and testing.
|
||||||
# For production setup, where UI app will hit apis through DPS it
|
# For production setup, where UI app will hit apis through DPS it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user