mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-05-19 00:00:21 +02:00
lnd: update sample-lnd.conf
This commit is contained in:
parent
ce1b57da2d
commit
42508d44e5
@ -1306,6 +1306,11 @@
|
|||||||
; the future.
|
; the future.
|
||||||
; db.no-rev-log-amt-data=false
|
; 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]
|
[etcd]
|
||||||
|
|
||||||
@ -1401,6 +1406,9 @@
|
|||||||
; Example:
|
; Example:
|
||||||
; db.postgres.maxconnections=
|
; db.postgres.maxconnections=
|
||||||
|
|
||||||
|
; Whether to skip executing schema migrations.
|
||||||
|
; db.postgres.skipmigrations=false
|
||||||
|
|
||||||
|
|
||||||
[sqlite]
|
[sqlite]
|
||||||
|
|
||||||
@ -1425,6 +1433,8 @@
|
|||||||
; db.sqlite.pragmaoptions=auto_vacuum=incremental
|
; db.sqlite.pragmaoptions=auto_vacuum=incremental
|
||||||
; db.sqlite.pragmaoptions=temp_store=MEMORY
|
; db.sqlite.pragmaoptions=temp_store=MEMORY
|
||||||
|
|
||||||
|
; Whether to skip executing schema migrations.
|
||||||
|
; db.sqlite.skipmigrations=false
|
||||||
|
|
||||||
[bolt]
|
[bolt]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user