aboutsummaryrefslogtreecommitdiff
path: root/src/benchmark/benchmark-common.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-16 15:44:40 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-16 15:44:40 +0200
commit1e5976a3e99ea2b56bd7c6c12788345fe37e5ffa (patch)
tree67a616bf51949dea54d5dec4a1505c8ad92ab956 /src/benchmark/benchmark-common.conf
parent0698835fedac705fa4c56e3692a06f62d3587381 (diff)
downloadexchange-1e5976a3e99ea2b56bd7c6c12788345fe37e5ffa.tar.xz
-remove linger
Diffstat (limited to 'src/benchmark/benchmark-common.conf')
-rw-r--r--src/benchmark/benchmark-common.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/benchmark/benchmark-common.conf b/src/benchmark/benchmark-common.conf
index fc93b2a90..230c7bfbb 100644
--- a/src/benchmark/benchmark-common.conf
+++ b/src/benchmark/benchmark-common.conf
@@ -13,7 +13,9 @@ PORT=8081
MASTER_PUBLIC_KEY=98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG
DB=postgres
BASE_URL="http://localhost:8081/"
-AGGREGATOR_SHARD_SIZE=67108864
+# Only set this option if you are actually running
+# multiple aggregators!
+# AGGREGATOR_SHARD_SIZE=67108864
WIREWATCH_IDLE_SLEEP_INTERVAL=5 ms
[exchangedb-postgres]