Skip to content
Snippets Groups Projects
Commit ab0f4f6f authored by Adrien Béraud's avatar Adrien Béraud
Browse files

proxy client: refresh now in case of refresh notification

parent e3114cd5
No related branches found
No related tags found
No related merge requests found
......@@ -947,7 +947,7 @@ DhtProxyClient::pushNotificationReceived(const std::map<std::string, std::string
// Refresh put
auto vid = std::stoull(vidIt->second);
auto put = search.puts.at(vid);
scheduler.edit(put.refreshJob, scheduler.time() + proxy::OP_TIMEOUT);
scheduler.edit(put.refreshJob, scheduler.time());
} else {
// Refresh listen
for (auto& list : search.listeners)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment