routing+watchtower/wtclient: prints stats once per minute

This commit is contained in:
Conner Fromknecht 2019-06-19 19:44:12 -07:00
parent 2305dd1c2c
commit 3a4aba463b
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7
2 changed files with 2 additions and 2 deletions

@ -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 (

@ -28,7 +28,7 @@ const (
// DefaultStatInterval specifies the default interval between logging
// metrics about the client's operation.
DefaultStatInterval = 30 * time.Second
DefaultStatInterval = time.Minute
// DefaultForceQuitDelay specifies the default duration after which the
// client should abandon any pending updates or session negotiations