diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-09-05 15:25:46 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-09-05 15:25:57 +0200 |
commit | ae8d481e1ce9f694a42619809d2c9b6e6acf3497 (patch) | |
tree | 1b0554139c53f7dde177d5cd74a9b3800b3adb33 /src/benchmark | |
parent | adc6c53b5c7e08ff6eba180f872a8a8f8f94cd65 (diff) |
implement taler-exchange-transfer DB sharding logic
Diffstat (limited to 'src/benchmark')
-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 |