mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-26 14:08:41 +01:00
routing+watchtower/wtclient: prints stats once per minute
This commit is contained in:
@@ -42,7 +42,7 @@ const (
|
||||
// defaultStatInterval governs how often the router will log non-empty
|
||||
// stats related to processing new channels, updates, or node
|
||||
// announcements.
|
||||
defaultStatInterval = 30 * time.Second
|
||||
defaultStatInterval = time.Minute
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user