mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 22:22:54 +02:00
lnd: increase DefaultNumRestrictedSlots
to 100
This commit is contained in:
@@ -240,7 +240,7 @@ const (
|
|||||||
|
|
||||||
// DefaultNumRestrictedSlots is the default number of restricted slots
|
// DefaultNumRestrictedSlots is the default number of restricted slots
|
||||||
// we'll allocate in the server.
|
// we'll allocate in the server.
|
||||||
DefaultNumRestrictedSlots = 30
|
DefaultNumRestrictedSlots = 100
|
||||||
|
|
||||||
// BitcoinChainName is a string that represents the Bitcoin blockchain.
|
// BitcoinChainName is a string that represents the Bitcoin blockchain.
|
||||||
BitcoinChainName = "bitcoin"
|
BitcoinChainName = "bitcoin"
|
||||||
|
@@ -567,7 +567,7 @@
|
|||||||
; http-header-timeout=5s
|
; http-header-timeout=5s
|
||||||
|
|
||||||
; The number of restricted slots the server will allocate for peers.
|
; The number of restricted slots the server will allocate for peers.
|
||||||
; num-restricted-slots=30
|
; num-restricted-slots=100
|
||||||
|
|
||||||
; If true, a peer will *not* be disconnected if a pong is not received in time
|
; If true, a peer will *not* be disconnected if a pong is not received in time
|
||||||
; or is mismatched. Defaults to false, meaning peers *will* be disconnected on
|
; or is mismatched. Defaults to false, meaning peers *will* be disconnected on
|
||||||
|
Reference in New Issue
Block a user