summaryrefslogtreecommitdiff
path: root/contrib/bank.conf
diff options
context:
space:
mode:
authorAntoine A <>2024-03-22 16:18:30 +0100
committerAntoine A <>2024-03-22 16:18:30 +0100
commit7d23c382fbdd6b99f6d80a2ff9e725ffdfa580ef (patch)
treef46a9c6f77d040728252642c9d95e1847e6f29e5 /contrib/bank.conf
parente185af0f365fbcbed2627b33f1552baf30057a34 (diff)
downloadlibeufin-7d23c382fbdd6b99f6d80a2ff9e725ffdfa580ef.tar.gz
libeufin-7d23c382fbdd6b99f6d80a2ff9e725ffdfa580ef.tar.bz2
libeufin-7d23c382fbdd6b99f6d80a2ff9e725ffdfa580ef.zip
Add migration test and improve SQL drop script
Diffstat (limited to 'contrib/bank.conf')
-rw-r--r--contrib/bank.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/bank.conf b/contrib/bank.conf
index 372143e6..cb95d8c0 100644
--- a/contrib/bank.conf
+++ b/contrib/bank.conf
@@ -72,13 +72,13 @@ SPA = $DATADIR/spa/
# Exchange that is suggested to wallets when withdrawing.
# SUGGESTED_WITHDRAWAL_EXCHANGE = https://exchange.demo.taler.net/
-# Time after which pending operations are aborted
+# Time after which pending operations are aborted during garbage collection
GC_ABORT_AFTER = 15m
-# Time after which aborted operations and expired items are deleted
+# Time after which aborted operations and expired items are deleted during garbage collection
GC_CLEAN_AFTER = 14d
-# Time after which all bank transactions, operations and deleted accounts are deleted
+# Time after which all bank transactions, operations and deleted accounts are deleted during garbage collection
GC_DELETE_AFTER = 10year
[libeufin-bankdb-postgres]