File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ const (
240
240
241
241
// DefaultNumRestrictedSlots is the default number of restricted slots
242
242
// we'll allocate in the server.
243
- DefaultNumRestrictedSlots = 30
243
+ DefaultNumRestrictedSlots = 100
244
244
245
245
// BitcoinChainName is a string that represents the Bitcoin blockchain.
246
246
BitcoinChainName = "bitcoin"
Original file line number Diff line number Diff line change 567
567
; http-header-timeout=5s
568
568
569
569
; The number of restricted slots the server will allocate for peers.
570
- ; num-restricted-slots=30
570
+ ; num-restricted-slots=100
571
571
572
572
; If true, a peer will *not* be disconnected if a pong is not received in time
573
573
; or is mismatched. Defaults to false, meaning peers *will* be disconnected on
You can’t perform that action at this time.
0 commit comments