mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
lnd: update sample-lnd.conf
This commit is contained in:
parent
ce1b57da2d
commit
42508d44e5
1 changed files with 10 additions and 0 deletions
|
@ -1306,6 +1306,11 @@
|
|||
; the future.
|
||||
; db.no-rev-log-amt-data=false
|
||||
|
||||
; If set to true, native SQL will be used instead of KV emulation for tables
|
||||
; that support it already. Note: this is an experimental feature, use at your
|
||||
; own risk.
|
||||
; db.use-native-sql=false
|
||||
|
||||
|
||||
[etcd]
|
||||
|
||||
|
@ -1401,6 +1406,9 @@
|
|||
; Example:
|
||||
; db.postgres.maxconnections=
|
||||
|
||||
; Whether to skip executing schema migrations.
|
||||
; db.postgres.skipmigrations=false
|
||||
|
||||
|
||||
[sqlite]
|
||||
|
||||
|
@ -1425,6 +1433,8 @@
|
|||
; db.sqlite.pragmaoptions=auto_vacuum=incremental
|
||||
; db.sqlite.pragmaoptions=temp_store=MEMORY
|
||||
|
||||
; Whether to skip executing schema migrations.
|
||||
; db.sqlite.skipmigrations=false
|
||||
|
||||
[bolt]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue