mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 23:53:41 +02:00
mulit: increase logprogress time
Switched the batchsize to 30 seconds instead of number of payments and invoices.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user