Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gateway): fix "worker_connections are not enough" error
Fix the issue of inadequate distribution of client connections among worker processes by enabling the `reuseport` option. This enhancement allows the kernel to efficiently distribute incoming connections across multiple worker processes, resolving the 'worker_connections are not enough' error.
- Loading branch information