From 7e6833250e5d87a9e12dd4b6ad21641983c1f562 Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Tue, 18 Dec 2012 23:18:09 +0100 Subject: digital/beacon: modify trust threshold (from 30 to 70) --- digital/beacon/src/trust.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/beacon/src') diff --git a/digital/beacon/src/trust.h b/digital/beacon/src/trust.h index 64a3104c..b6a02bc0 100644 --- a/digital/beacon/src/trust.h +++ b/digital/beacon/src/trust.h @@ -27,7 +27,7 @@ #define _TRUST_H #define TRUST_MIN 0 -#define TRUST_THRESHOLD 30 +#define TRUST_THRESHOLD 70 #define TRUST_MAX 100 #define TRUST_DECREASE_TASK_PERIOD 500L -- cgit v1.2.3