commit 3df6526a96dc9f7c9b9618072a97ae6220a2b216 parent e20e60e151244aa923639688174192fb65da1f06 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 17 Oct 2015 00:09:01 +0000 -bump warn threshold Diffstat:
| M | src/include/gnunet_constants.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/include/gnunet_constants.h b/src/include/gnunet_constants.h @@ -74,7 +74,7 @@ extern "C" /** * After what amount of latency for a message do we print a warning? */ -#define GNUNET_CONSTANTS_LATENCY_WARN GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 1) +#define GNUNET_CONSTANTS_LATENCY_WARN GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 3) /** * Until which load do we consider the peer overly idle