We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e15c5 commit d00561bCopy full SHA for d00561b
1 file changed
core/src/main/java/org/elasticsearch/discovery/zen/ping/unicast/UnicastZenPing.java
@@ -66,7 +66,7 @@ public class UnicastZenPing extends AbstractLifecycleComponent<ZenPing> implemen
66
67
// these limits are per-address
68
public static final int LIMIT_FOREIGN_PORTS_COUNT = 1;
69
- public static final int LIMIT_LOCAL_PORTS_COUNT = 25;
+ public static final int LIMIT_LOCAL_PORTS_COUNT = 5;
70
71
72
private final ThreadPool threadPool;
0 commit comments