mirror of https://github.com/zlatinb/muwire
double ping interval
parent
6856a816fd
commit
8dfb5cbd84
|
@ -12,7 +12,7 @@ import net.i2p.data.Destination
|
|||
|
||||
abstract class ConnectionManager {
|
||||
|
||||
private static final int PING_TIME = 20000
|
||||
private static final int PING_TIME = 40000
|
||||
|
||||
final EventBus eventBus
|
||||
|
||||
|
|
Loading…
Reference in New Issue