aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-17 00:09:01 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-17 00:09:01 +0000
commit3df6526a96dc9f7c9b9618072a97ae6220a2b216 (patch)
tree51a7f8cb9af81723dee9977d4190967ec8b39a20
parente20e60e151244aa923639688174192fb65da1f06 (diff)
downloadgnunet-3df6526a96dc9f7c9b9618072a97ae6220a2b216.tar.gz
gnunet-3df6526a96dc9f7c9b9618072a97ae6220a2b216.zip
-bump warn threshold
-rw-r--r--src/include/gnunet_constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_constants.h b/src/include/gnunet_constants.h
index b0a72c53a..0d7614f0b 100644
--- a/src/include/gnunet_constants.h
+++ b/src/include/gnunet_constants.h
@@ -74,7 +74,7 @@ extern "C"
74/** 74/**
75 * After what amount of latency for a message do we print a warning? 75 * After what amount of latency for a message do we print a warning?
76 */ 76 */
77#define GNUNET_CONSTANTS_LATENCY_WARN GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 1) 77#define GNUNET_CONSTANTS_LATENCY_WARN GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 3)
78 78
79/** 79/**
80 * Until which load do we consider the peer overly idle 80 * Until which load do we consider the peer overly idle