Merge pull request #3225 from cfromknecht/relax-stat-tickers
routing+watchtower/wtclient: prints stats once per minute
This commit is contained in:
commit
4247ee20b3
@ -42,7 +42,7 @@ const (
|
|||||||
// defaultStatInterval governs how often the router will log non-empty
|
// defaultStatInterval governs how often the router will log non-empty
|
||||||
// stats related to processing new channels, updates, or node
|
// stats related to processing new channels, updates, or node
|
||||||
// announcements.
|
// announcements.
|
||||||
defaultStatInterval = 30 * time.Second
|
defaultStatInterval = time.Minute
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
@ -28,7 +28,7 @@ const (
|
|||||||
|
|
||||||
// DefaultStatInterval specifies the default interval between logging
|
// DefaultStatInterval specifies the default interval between logging
|
||||||
// metrics about the client's operation.
|
// metrics about the client's operation.
|
||||||
DefaultStatInterval = 30 * time.Second
|
DefaultStatInterval = time.Minute
|
||||||
|
|
||||||
// DefaultForceQuitDelay specifies the default duration after which the
|
// DefaultForceQuitDelay specifies the default duration after which the
|
||||||
// client should abandon any pending updates or session negotiations
|
// client should abandon any pending updates or session negotiations
|
||||||
|
Loading…
Reference in New Issue
Block a user