aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_plugin_datastore.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-05-06 12:25:50 +0000
committerChristian Grothoff <christian@grothoff.org>2011-05-06 12:25:50 +0000
commitb9362adab3bced778d54c4c83d6fdd9305ce52c7 (patch)
treef868c9f1263d3f301ab9fedbff9f1d5fe8b8419f /src/datastore/perf_plugin_datastore.c
parentf9e4b3c6a514c33aa4301e49723cc52757a254e1 (diff)
downloadgnunet-b9362adab3bced778d54c4c83d6fdd9305ce52c7.tar.gz
gnunet-b9362adab3bced778d54c4c83d6fdd9305ce52c7.zip
idea
Diffstat (limited to 'src/datastore/perf_plugin_datastore.c')
-rw-r--r--src/datastore/perf_plugin_datastore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/perf_plugin_datastore.c b/src/datastore/perf_plugin_datastore.c
index c5ef9841d..7a8a0d4cf 100644
--- a/src/datastore/perf_plugin_datastore.c
+++ b/src/datastore/perf_plugin_datastore.c
@@ -37,7 +37,7 @@
37 * those take too long to run them in the usual "make check" 37 * those take too long to run them in the usual "make check"
38 * sequence. Hence the value used for shipping is tiny. 38 * sequence. Hence the value used for shipping is tiny.
39 */ 39 */
40#define MAX_SIZE 1024LL * 1024 * 32 40#define MAX_SIZE 1024LL * 1024 * 16
41 41
42#define ITERATIONS 2 42#define ITERATIONS 2
43 43