double ping interval

pull/53/head
Zlatin Balevsky 2020-10-04 13:05:00 +01:00
parent 6856a816fd
commit 8dfb5cbd84
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 1 deletions

View File

@ -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