aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_plugin_datastore.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-01 09:17:47 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-01 09:17:47 +0000
commit48d9bf4a3dcc8983419b3e2e4478b8a60b64e5a5 (patch)
tree7cc0b78a2c69fd56fbc6934b8142ecc481d5eb5f /src/datastore/perf_plugin_datastore.c
parent6541f51cd40b8df8f424f7654380fec73241529e (diff)
downloadgnunet-48d9bf4a3dcc8983419b3e2e4478b8a60b64e5a5.tar.gz
gnunet-48d9bf4a3dcc8983419b3e2e4478b8a60b64e5a5.zip
-undo
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 1498c7330..8f552c4eb 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 * 16 * 10 40#define MAX_SIZE 1024LL * 1024 * 16 * 1
41 41
42#define ITERATIONS 2 42#define ITERATIONS 2
43 43