Skip to content

Commit 63f6786

Browse files
Fix MD055/table-pipe-style warning (#930)
1 parent 6d30d57 commit 63f6786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/9.release-notes/6.history.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ Now it is possible to configure desirable action on reindexing triggered by the
728728
|-|-|
729729
|`exception` (default)|Raise `ReindexingRequiredError` and quit with error code. The safest option since you can trigger reindexing accidentally, e.g., by a typo in config. Don't forget to set up the correct restart policy when using it with containers. |
730730
|`wipe`|Drop the whole database and start indexing from scratch. Be careful with this option!|
731-
|`ignore`|Ignore the event and continue indexing as usual. It can lead to unexpected side-effects up to data corruption; make sure you know what you are doing.
731+
|`ignore`|Ignore the event and continue indexing as usual. It can lead to unexpected side-effects up to data corruption; make sure you know what you are doing.|
732732

733733
To configure actions for each reason, add the following section to DipDup config:
734734

@@ -746,7 +746,7 @@ advanced:
746746

747747
|command or flag|description|
748748
|-|-|
749-
| `cache show` | Get information about file caches used by DipDup.
749+
| `cache show` | Get information about file caches used by DipDup.|
750750
| `config export` | Print config after resolving all links and variables. Add `--unsafe` option to substitute environment variables; default values from config will be used otherwise. |
751751
| `run --early-realtime` | Establish a realtime connection before all indexes are synchronized. |
752752
| `run --merge-subscriptions` | Subscribe to all operations/big map diffs during realtime indexing. This flag helps to avoid reaching TzKT subscriptions limit (currently 10000 channels). Keep in mind that this option could significantly improve RAM consumption depending on the time required to perform a sync. |

0 commit comments

Comments
 (0)