mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-27 14:11:04 +02:00
multi: skip checking long lines for config files
This commit is contained in:
@@ -20,6 +20,8 @@ const (
|
||||
)
|
||||
|
||||
// Caches holds the configuration for various caches within lnd.
|
||||
//
|
||||
// nolint:lll
|
||||
type Caches struct {
|
||||
// RejectCacheSize is the maximum number of entries stored in lnd's
|
||||
// reject cache, which is used for efficiently rejecting gossip updates.
|
||||
|
Reference in New Issue
Block a user