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
2 changed files with 2 additions and 2 deletions

View File

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