From 78e34d50b6240487e078b69f70a1ce9ff932d2c8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 5 Dec 2012 21:42:41 +0000 Subject: [PATCH] -sane freq --- src/include/gnunet_fs_service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h index 08d5daba0..a80662867 100644 --- a/src/include/gnunet_fs_service.h +++ b/src/include/gnunet_fs_service.h @@ -71,7 +71,7 @@ extern "C" * How often do we signal applications that a probe for a particular * search result is running? (used to visualize probes). */ -#define GNUNET_FS_PROBE_UPDATE_FREQUENCY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 100) +#define GNUNET_FS_PROBE_UPDATE_FREQUENCY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 250) /** * A Universal Resource Identifier (URI), opaque. -- 2.25.1