mulit: increase logprogress time

Switched the batchsize to 30 seconds instead of number of payments
and invoices.
This commit is contained in:
ziggie
2025-04-22 00:01:16 +02:00
parent cb481df816
commit b9620a7dc3
4 changed files with 66 additions and 34 deletions

View File

@@ -202,10 +202,10 @@ type PaymentCreationInfo struct {
FirstHopCustomRecords lnwire.CustomRecords
}
// String returns a human-readable description of the payment creation info.
func (p *PaymentCreationInfo) String() string {
return fmt.Sprintf("payment_id=%v, amount=%v, created_at=%v, "+
"payment_request=%v", p.PaymentIdentifier, p.Value,
p.CreationTime, p.PaymentRequest)
return fmt.Sprintf("payment_id=%v, amount=%v, created_at=%v",
p.PaymentIdentifier, p.Value, p.CreationTime)
}
// htlcBucketKey creates a composite key from prefix and id where the result is