mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-11 03:03:19 +02:00
sqldb: improve serialization error handling
This commit is contained in:
@@ -22,7 +22,7 @@ const (
|
||||
// DefaultNumTxRetries is the default number of times we'll retry a
|
||||
// transaction if it fails with an error that permits transaction
|
||||
// repetition.
|
||||
DefaultNumTxRetries = 10
|
||||
DefaultNumTxRetries = 20
|
||||
|
||||
// DefaultRetryDelay is the default delay between retries. This will be
|
||||
// used to generate a random delay between 0 and this value.
|
||||
|
Reference in New Issue
Block a user