You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(server): increase max threads and switch to ExecutorThreadPool
The max threads were increased from 20 to 50 to handle more concurrent requests.
Replaced QueuedThreadPool with ExecutorThreadPool for better performance.
0 commit comments