Reducing the initial connection time from 2000 to 500 ms
This commit is contained in:
parent
562955586b
commit
d605a47e0e
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ public class NetworkService extends Service {
|
||||||
// Default connection delay when using the node latency verification strategy. This initial
|
// Default connection delay when using the node latency verification strategy. This initial
|
||||||
// delay is required in order ot make sure we have a fair selection of node latencies from
|
// delay is required in order ot make sure we have a fair selection of node latencies from
|
||||||
// which we can choose from.
|
// which we can choose from.
|
||||||
private final int DEFAULT_INITIAL_DELAY = 2000;
|
private final int DEFAULT_INITIAL_DELAY = 500;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constant to be used as a key in order to pass the user name information, in case the
|
* Constant to be used as a key in order to pass the user name information, in case the
|
||||||
|
|
Loading…
Reference in a new issue