mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-18 06:34:27 +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