Skip to content

Commit 42508d4

Browse files
committed
lnd: update sample-lnd.conf
1 parent ce1b57d commit 42508d4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sample-lnd.conf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,6 +1306,11 @@
13061306
; the future.
13071307
; db.no-rev-log-amt-data=false
13081308

1309+
; If set to true, native SQL will be used instead of KV emulation for tables
1310+
; that support it already. Note: this is an experimental feature, use at your
1311+
; own risk.
1312+
; db.use-native-sql=false
1313+
13091314

13101315
[etcd]
13111316

@@ -1401,6 +1406,9 @@
14011406
; Example:
14021407
; db.postgres.maxconnections=
14031408

1409+
; Whether to skip executing schema migrations.
1410+
; db.postgres.skipmigrations=false
1411+
14041412

14051413
[sqlite]
14061414

@@ -1425,6 +1433,8 @@
14251433
; db.sqlite.pragmaoptions=auto_vacuum=incremental
14261434
; db.sqlite.pragmaoptions=temp_store=MEMORY
14271435

1436+
; Whether to skip executing schema migrations.
1437+
; db.sqlite.skipmigrations=false
14281438

14291439
[bolt]
14301440

0 commit comments

Comments
 (0)