fix: mint and burn func signatures, adjustable batch size for pool and backfill buffer

This commit is contained in:
2024-09-05 14:24:32 +03:00
parent 591518bbb5
commit 22ffc224ca
7 changed files with 32 additions and 29 deletions

View File

@@ -11,6 +11,7 @@ db_type = "bolt"
# Defaults to (nproc * 3)
pool_size = 0
# If you are using an archive node, set this to true
batch_size = 100
[redis]
dsn = "127.0.0.1:6379"