diff options
Diffstat (limited to 'src/benchmark')
-rw-r--r-- | src/benchmark/generate-auditor-basedb.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/benchmark/generate-auditor-basedb.conf b/src/benchmark/generate-auditor-basedb.conf index f33cdc72e..ccdad5520 100644 --- a/src/benchmark/generate-auditor-basedb.conf +++ b/src/benchmark/generate-auditor-basedb.conf @@ -22,7 +22,9 @@ UNIXPATH_MODE = 660 DEFAULT_WIRE_FEE_AMORTIZATION = 1 DB = postgres WIREFORMAT = default -WIRE_TRANSFER_DELAY = 3 week +# Set very low, so we can be sure that the database generated +# will contain wire transfers "ready" for the aggregator. +WIRE_TRANSFER_DELAY = 1 minute DEFAULT_PAY_DEADLINE = 1 day DEFAULT_MAX_DEPOSIT_FEE = TESTKUDOS:0.1 KEYFILE = ${TALER_DATA_HOME}/merchant/merchant.priv |