aboutsummaryrefslogtreecommitdiff
path: root/src/util/common_logging.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-02-24 12:53:17 +0000
committerChristian Grothoff <christian@grothoff.org>2011-02-24 12:53:17 +0000
commit9b76caf7687e6cb58049ea3d8fc1777e95e006e6 (patch)
tree985614e837918977c4acafb8261aa1b1857d5680 /src/util/common_logging.c
parentb855b364c2d576d404a01ed45700cad41d1dae82 (diff)
downloadgnunet-9b76caf7687e6cb58049ea3d8fc1777e95e006e6.tar.gz
gnunet-9b76caf7687e6cb58049ea3d8fc1777e95e006e6.zip
fix
Diffstat (limited to 'src/util/common_logging.c')
-rw-r--r--src/util/common_logging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/common_logging.c b/src/util/common_logging.c
index 1a32c44bc..95400497e 100644
--- a/src/util/common_logging.c
+++ b/src/util/common_logging.c
@@ -31,7 +31,7 @@
31#include "gnunet_time_lib.h" 31#include "gnunet_time_lib.h"
32 32
33/** 33/**
34 * After how many seconds do we always print 34 * After how many milliseconds do we always print
35 * that "message X was repeated N times"? Use 12h. 35 * that "message X was repeated N times"? Use 12h.
36 */ 36 */
37#define BULK_DELAY_THRESHOLD (12 * 60 * 60 * 1000) 37#define BULK_DELAY_THRESHOLD (12 * 60 * 60 * 1000)