mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Set the tolerated clock offset to 20 seconds for now.
This commit is contained in:
@@ -572,8 +572,8 @@ void Peer::recvHello(newcoin::TMHello& packet)
|
||||
(void) mVerifyTimer.cancel();
|
||||
|
||||
uint32 ourTime = theApp->getOPs().getNetworkTimeNC();
|
||||
uint32 minTime = ourTime - 10;
|
||||
uint32 maxTime = ourTime + 10;
|
||||
uint32 minTime = ourTime - 20;
|
||||
uint32 maxTime = ourTime + 20;
|
||||
|
||||
#ifdef DEBUG
|
||||
if (packet.has_nettime())
|
||||
|
||||
Reference in New Issue
Block a user