Commit 4d39c3e0 authored by jan.koester's avatar jan.koester
Browse files

test

parent ba6be031
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ namespace authdb {
            if (client) {
                try {
                    auto &cmtx = g_Cluster->getClientMutex();
                    std::unique_lock<std::timed_mutex> lock(cmtx, std::try_to_lock);
                    std::unique_lock<std::timed_mutex> lock(cmtx, std::chrono::seconds(1));
                    if (lock.owns_lock()) {
                        peer_data = client->retrieve(dgid);
                        _LastPeerFetch = now;