SERVER_ENABLE_VIRTUAL_THREAD is marked false (#23219)

This commit is contained in:
Ram Narayan Balaji 2025-09-03 15:55:04 +05:30 committed by GitHub
parent 9dbce9b9e9
commit c97078a3fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ server:
maxThreads: ${SERVER_MAX_THREADS:-50}
minThreads: ${SERVER_MIN_THREADS:-10}
idleThreadTimeout: ${SERVER_IDLE_THREAD_TIMEOUT:-1 minute}
enableVirtualThreads: ${SERVER_ENABLE_VIRTUAL_THREAD:-true}
enableVirtualThreads: ${SERVER_ENABLE_VIRTUAL_THREAD:-false}
maxQueuedRequests: ${SERVER_REQUEST_QUEUE:-1024}
# Above configuration for running http is fine for dev and testing.