mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-19 20:57:27 -04:00
limit local ports to 5 in UnicastZenPing
This commit is contained in:
parent
e2e15c5940
commit
d00561b76f
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public class UnicastZenPing extends AbstractLifecycleComponent<ZenPing> implemen
|
|||
|
||||
// these limits are per-address
|
||||
public static final int LIMIT_FOREIGN_PORTS_COUNT = 1;
|
||||
public static final int LIMIT_LOCAL_PORTS_COUNT = 25;
|
||||
public static final int LIMIT_LOCAL_PORTS_COUNT = 5;
|
||||
|
||||
|
||||
private final ThreadPool threadPool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue