mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-26 13:42:49 +02:00
lnd: increase DefaultNumRestrictedSlots
to 100
This commit is contained in:
committed by
Oliver Gugger
parent
643b1c8af7
commit
9fcde4b452
@@ -240,7 +240,7 @@ const (
|
||||
|
||||
// DefaultNumRestrictedSlots is the default number of restricted slots
|
||||
// we'll allocate in the server.
|
||||
DefaultNumRestrictedSlots = 30
|
||||
DefaultNumRestrictedSlots = 100
|
||||
|
||||
// BitcoinChainName is a string that represents the Bitcoin blockchain.
|
||||
BitcoinChainName = "bitcoin"
|
||||
|
Reference in New Issue
Block a user