mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-03 20:19:31 +00:00
Improve Performance (#23025)
This commit is contained in:
parent
311e9b158b
commit
837ad7429b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user