Skip to content

Commit 232dd73

Browse files
authored
Merge pull request #2691 from cfromknecht/increase-default-recovery-window
cmd/lncli: increase default recovery window to 2.5k
2 parents 7116184 + 32c4201 commit 232dd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/lncli/commands.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333

3434
// TODO(roasbeef): expose all fee conf targets
3535

36-
const defaultRecoveryWindow int32 = 250
36+
const defaultRecoveryWindow int32 = 2500
3737

3838
func printJSON(resp interface{}) {
3939
b, err := json.Marshal(resp)

0 commit comments

Comments
 (0)