Skip to content

Commit bdea53f

Browse files
committed
feat(net): change the MAX_PEER_COUNT_PER_ADDRESS value to 5
1 parent 31016d3 commit bdea53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/src/main/java/org/tron/core/net/service/relay/RelayService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
@Component
4141
public class RelayService {
4242

43-
private static final int MAX_PEER_COUNT_PER_ADDRESS = 2;
43+
private static final int MAX_PEER_COUNT_PER_ADDRESS = 5;
4444

4545
@Autowired
4646
private ChainBaseManager chainBaseManager;

0 commit comments

Comments
 (0)