diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-05-06 12:25:50 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-05-06 12:25:50 +0000 |
commit | b9362adab3bced778d54c4c83d6fdd9305ce52c7 (patch) | |
tree | f868c9f1263d3f301ab9fedbff9f1d5fe8b8419f /src/datastore/perf_plugin_datastore.c | |
parent | f9e4b3c6a514c33aa4301e49723cc52757a254e1 (diff) |
idea
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 c5ef9841d8..7a8a0d4cf9 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 * 32 +#define MAX_SIZE 1024LL * 1024 * 16 #define ITERATIONS 2 |