mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-20 07:46:05 -04:00
Change access of max connections constant to private in tests
This commit is contained in:
parent
fd37b8999b
commit
f0b0b69b24
@ -23,7 +23,7 @@ import java.util.concurrent.CountDownLatch;
|
||||
// Run it once then lookup for onion address at: tor/hiddenservice/hostname and use that for the NodeAddress param.
|
||||
public class PeerServiceTest {
|
||||
private static final Logger log = LoggerFactory.getLogger(PeerServiceTest.class);
|
||||
public static final int MAX_CONNECTIONS = 100;
|
||||
private static final int MAX_CONNECTIONS = 100;
|
||||
|
||||
final boolean useLocalhost = true;
|
||||
private CountDownLatch latch;
|
||||
|
@ -26,7 +26,7 @@ import java.util.concurrent.CountDownLatch;
|
||||
@Ignore
|
||||
public class PeerManagerTest {
|
||||
private static final Logger log = LoggerFactory.getLogger(PeerManagerTest.class);
|
||||
public static final int MAX_CONNECTIONS = 100;
|
||||
private static final int MAX_CONNECTIONS = 100;
|
||||
|
||||
final boolean useLocalhost = true;
|
||||
private CountDownLatch latch;
|
||||
|
Loading…
x
Reference in New Issue
Block a user