Skip to content

Commit

Permalink
config: disable chain backend health checks by default
Browse files Browse the repository at this point in the history
In this commit, we disable the chain backend health checks by default,
as it seems for bitcoind there might be some lingering false positives.
However, those that wish to opt into the new safety features are still
free to toggle them on.
  • Loading branch information
Roasbeef authored and matheusd committed Oct 12, 2020
1 parent f3bf9d7 commit 379b29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const (
defaultChainInterval = time.Minute
defaultChainTimeout = time.Second * 10
defaultChainBackoff = time.Second * 30
defaultChainAttempts = 3
defaultChainAttempts = 0

// Set defaults for a health check which ensures that we have space
// available on disk. Although this check is off by default so that we
Expand Down

0 comments on commit 379b29f

Please sign in to comment.