Skip to content

Commit 805e090

Browse files
ArturWieczorekkderme
authored andcommitted
Update config doc for only_governance preset
1 parent dbea349 commit 805e090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ preset to `"full"` will enable all insert options except `"tx_cbor"`.
8282
| :----------- | :----------------------------------------------------------- |
8383
| ["full"](#Full) | Enable all options |
8484
| ["only_utxo"](#only-utxo) | Only load `block`, `tx`, `tx_out` and `ma_tx_out`. |
85-
| ["only_gov"](#only-gov) | Disable most data except governance data. |
85+
| ["only_governance"](#only-governance) | Disable most data except governance data. |
8686
| ["disable_all"](#disable-all) | Only load `block`, `tx` and data related to the ledger state |
8787

8888
### Full
@@ -121,7 +121,7 @@ doesn't use any of its data. When syncing is completed, it loads the whole UTxO
121121
to the `tx_out` and `ma_tx_out` tables. After that db-sync can be restarted with `ledger` set to
122122
`"disable"` to continue syncing without maintaining the ledger
123123

124-
### Only Gov
124+
### Only Governance
125125

126126
This is equivalent to setting:
127127

0 commit comments

Comments
 (0)