P2PServer: use high_resolution_clock for ping time

This commit is contained in:
SChernykh
2022-02-21 18:46:53 +01:00
parent f082488e4b
commit 9a09d15bea
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ public:
time_t m_prevIncomingPeerListRequest;
uint64_t m_nextOutgoingPeerListRequest;
std::chrono::system_clock::time_point m_lastPeerListRequestTime;
std::chrono::high_resolution_clock::time_point m_lastPeerListRequestTime;
int m_peerListPendingRequests;
int64_t m_pingTime;