Skip to content

Commit

Permalink
config: remove default values for deprecated fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ellemouton committed Nov 18, 2024
1 parent 811fdcd commit 4b97405
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,6 @@ func DefaultConfig() Config {
LetsEncryptDir: defaultLetsEncryptDir,
LetsEncryptListen: defaultLetsEncryptListen,
LogDir: defaultLogDir,
MaxLogFiles: build.DefaultMaxLogFiles,
MaxLogFileSize: build.DefaultMaxLogFileSize,
AcceptorTimeout: defaultAcceptorTimeout,
WSPingInterval: lnrpc.DefaultPingInterval,
WSPongWait: lnrpc.DefaultPongWait,
Expand Down

0 comments on commit 4b97405

Please sign in to comment.