diff options
Diffstat (limited to 'src/benchmark/benchmark.conf')
-rw-r--r-- | src/benchmark/benchmark.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark/benchmark.conf b/src/benchmark/benchmark.conf index 844106cf5..c38981dd6 100644 --- a/src/benchmark/benchmark.conf +++ b/src/benchmark/benchmark.conf @@ -24,7 +24,7 @@ DB = postgres # exchange (or the twister) is actually listening. BASE_URL = "http://localhost:8081/" -AGGREGATOR_SHARD_SIZE = 268435456 +AGGREGATOR_SHARD_SIZE = 67108864 #AGGREGATOR_SHARD_SIZE = 2147483648 |