From 48d9bf4a3dcc8983419b3e2e4478b8a60b64e5a5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 1 Dec 2011 09:17:47 +0000 Subject: [PATCH] -undo --- src/datastore/perf_plugin_datastore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ * those take too long to run them in the usual "make check" * sequence. Hence the value used for shipping is tiny. */ -#define MAX_SIZE 1024LL * 1024 * 16 * 10 +#define MAX_SIZE 1024LL * 1024 * 16 * 1 #define ITERATIONS 2 -- 2.25.1