mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-19 09:25:28 +00:00
try fixing timeout
This commit is contained in:
parent
fb13c5ce3e
commit
705271e7b8
@ -2089,7 +2089,7 @@ namespace iwp
|
||||
{
|
||||
// llarp::Debug("Tick - pumping and retransmitting because we're
|
||||
// eEstablished");
|
||||
if(now - frame.lastEvent > 1000)
|
||||
if(now - frame.lastEvent > 200)
|
||||
{
|
||||
send_keepalive(this);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user