mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
x - delete - increase shutdown log line size check
This commit is contained in:
parent
af2364a571
commit
dd33d26901
@ -1012,7 +1012,7 @@ func assertNodeShutdown(filename string) error {
|
||||
// TODO(yy): fix the shutdown process and remove this workaround by
|
||||
// refactoring the lnd to use only one rpcclient, which requires quite
|
||||
// some work on the btcwallet front.
|
||||
const linesSize = 1000
|
||||
const linesSize = 2000
|
||||
|
||||
buf := make([]byte, linesSize)
|
||||
stat, statErr := file.Stat()
|
||||
|
Loading…
Reference in New Issue
Block a user