mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 09:09:01 +00:00
There is a suspicion that the use of epoll is causing the intermittent failures being tracked by gh-10569. This commit disables the use of epoll to see if it improves the situation. See gh-10569