Skip to content
Snippets Groups Projects
Commit 885fe001 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

lib/nsrep: 5% chance of probing for timeouted servers

parent 1f6cc4fa
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
*/
enum kr_ns_score {
KR_NS_MAX_SCORE = KR_CONN_RTT_MAX,
KR_NS_TIMEOUT = (90 * KR_NS_MAX_SCORE) / 100,
KR_NS_TIMEOUT = (95 * KR_NS_MAX_SCORE) / 100,
KR_NS_UNKNOWN = 10
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment