From dab0864e06fc416a5baf5d2c5263baefe058cd27 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 30 Jul 2011 09:49:16 +0000 Subject: [PATCH] production settings --- src/nse/gnunet-service-nse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nse/gnunet-service-nse.c b/src/nse/gnunet-service-nse.c index f59516e8b..b0a8a1435 100644 --- a/src/nse/gnunet-service-nse.c +++ b/src/nse/gnunet-service-nse.c @@ -45,14 +45,14 @@ #include "gnunet_nse_service.h" #include "nse.h" -#define NODELAYS GNUNET_YES +#define NODELAYS GNUNET_NO /** * Should we generate a histogram with the time stamps of when we received * NSE messages to disk? (for performance evaluation only, not useful in * production) */ -#define ENABLE_HISTOGRAM GNUNET_YES +#define ENABLE_HISTOGRAM GNUNET_NO /** * Over how many values do we calculate the weighted average? -- 2.25.1