aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_download.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-10 20:43:30 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-10 20:43:30 +0000
commit8a25345d472b2ef4c94567b77dbaea777789e399 (patch)
treed7ceb3703b21364ed48ee7a1ec1528ce4c2acd36 /src/fs/test_fs_download.c
parent95a1c7ec7d5d290cf4a23d2166afc226399c6a28 (diff)
downloadgnunet-8a25345d472b2ef4c94567b77dbaea777789e399.tar.gz
gnunet-8a25345d472b2ef4c94567b77dbaea777789e399.zip
get rid of (most) unnecessary sleeps
Diffstat (limited to 'src/fs/test_fs_download.c')
-rw-r--r--src/fs/test_fs_download.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_fs_download.c b/src/fs/test_fs_download.c
index 4b940e8dc..f528203ad 100644
--- a/src/fs/test_fs_download.c
+++ b/src/fs/test_fs_download.c
@@ -29,7 +29,7 @@
29#include "gnunet_arm_service.h" 29#include "gnunet_arm_service.h"
30#include "gnunet_fs_service.h" 30#include "gnunet_fs_service.h"
31 31
32#define VERBOSE GNUNET_YES 32#define VERBOSE GNUNET_NO
33 33
34#define START_ARM GNUNET_YES 34#define START_ARM GNUNET_YES
35 35