aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-21 13:26:02 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-21 13:26:02 +0000
commited2690870f0a39ef3824cdd94713e077646bf195 (patch)
treef352d73f73bc96dee883bf5b3b3249e6b6af281b
parent8d8f612f338b3b5fa786ff7fd50ea31c779c1d46 (diff)
downloadgnunet-ed2690870f0a39ef3824cdd94713e077646bf195.tar.gz
gnunet-ed2690870f0a39ef3824cdd94713e077646bf195.zip
smaller default perf size
-rw-r--r--src/fs/perf_gnunet_service_fs_p2p.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/perf_gnunet_service_fs_p2p.c b/src/fs/perf_gnunet_service_fs_p2p.c
index fe57c1666..caeabedd5 100644
--- a/src/fs/perf_gnunet_service_fs_p2p.c
+++ b/src/fs/perf_gnunet_service_fs_p2p.c
@@ -32,12 +32,12 @@
32/** 32/**
33 * File-size we use for testing. 33 * File-size we use for testing.
34 */ 34 */
35#define FILESIZE (1024 * 1024 * 50) 35#define FILESIZE (1024 * 1024 * 1)
36 36
37/** 37/**
38 * How long until we give up on transmitting the message? 38 * How long until we give up on transmitting the message?
39 */ 39 */
40#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 300) 40#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 30)
41 41
42#define NUM_DAEMONS 2 42#define NUM_DAEMONS 2
43 43