Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around 32 bits epoll_wait() bug (#1349)
A bug in kernels < 2.6.37 makes timeouts larger than LONG_MAX / CONFIG_HZ (approx. 30 minutes with CONFIG_HZ=1200) effectively infinite on 32 bits architectures. The magic number is the same constant used by libuv, see commit libuv/libuv@d1b5008e76.
- Loading branch information