aboutsummaryrefslogtreecommitdiff
path: root/src/fs/perf_gnunet_service_fs_p2p.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-20 21:53:29 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-20 21:53:29 +0000
commitfa4128cdbd9857b3446c1fe337c0796eaba76f18 (patch)
treec668846a2001418254f613077e34923a6b50f53f /src/fs/perf_gnunet_service_fs_p2p.c
parenta38a2fd6598a4b774a04818a521fb70c6566c387 (diff)
downloadgnunet-fa4128cdbd9857b3446c1fe337c0796eaba76f18.tar.gz
gnunet-fa4128cdbd9857b3446c1fe337c0796eaba76f18.zip
improved load API to hopefully fix fs load mgmt troubles
Diffstat (limited to 'src/fs/perf_gnunet_service_fs_p2p.c')
-rw-r--r--src/fs/perf_gnunet_service_fs_p2p.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/perf_gnunet_service_fs_p2p.c b/src/fs/perf_gnunet_service_fs_p2p.c
index ac4458994..1b1897ee2 100644
--- a/src/fs/perf_gnunet_service_fs_p2p.c
+++ b/src/fs/perf_gnunet_service_fs_p2p.c
@@ -32,7 +32,7 @@
32/** 32/**
33 * File-size we use for testing. 33 * File-size we use for testing.
34 */ 34 */
35#define FILESIZE (1024 * 1024 * 1) 35#define FILESIZE (1024 * 1024 * 500)
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?