diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-12-01 09:17:47 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-12-01 09:17:47 +0000 |
commit | 48d9bf4a3dcc8983419b3e2e4478b8a60b64e5a5 (patch) | |
tree | 7cc0b78a2c69fd56fbc6934b8142ecc481d5eb5f /src/datastore/perf_plugin_datastore.c | |
parent | 6541f51cd40b8df8f424f7654380fec73241529e (diff) |
-undo
Diffstat (limited to 'src/datastore/perf_plugin_datastore.c')
-rw-r--r-- | src/datastore/perf_plugin_datastore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/perf_plugin_datastore.c b/src/datastore/perf_plugin_datastore.c index 1498c73301..8f552c4ebe 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 |