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

node: reduce max response time to 1s

parent e68a2fd9
Branches
Tags
No related merge requests found
......@@ -87,7 +87,7 @@ struct Node {
static constexpr const std::chrono::minutes NODE_EXPIRE_TIME {10};
/* Time for a request to timeout */
static constexpr const std::chrono::seconds MAX_RESPONSE_TIME {3};
static constexpr const std::chrono::seconds MAX_RESPONSE_TIME {1};
private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment