Skip to content

Commit

Permalink
Fix configuration docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kderme committed Jun 24, 2022
1 parent 1b8f841 commit 3197100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/configuration.md
Expand Up @@ -19,7 +19,7 @@ Released snapshots are compatible with these options. Since the snapshots are cr

Warning: This will irreversibly delete data from existing snapshots.

Here are the exact queries db-sync with this falg will run after restoring a snapshot:
Here are the exact queries db-sync with this flag will run after restoring a snapshot:

```sql
update redeemer set fee = null;
Expand All @@ -33,6 +33,6 @@ delete from epoch_param;

This flag disables the application level caches of db-sync. It slightly reduces memory usage but increases the syncing time. This flag is worth using only when experiencing significant memory issues.

## --disable-epoch : Experimental
### --disable-epoch : Experimental

With this option the epoch table is left empty. Mostly left for historical reasons, since it provides a negligible improvement in sync time.

0 comments on commit 3197100

Please sign in to comment.