Skip to content

Commit

Permalink
Update ledger.md
Browse files Browse the repository at this point in the history
In the "Threads config" section, you have a typo in "Defauls to 1/4 logical core." It should be "Defaults" instead of "Defauls."
  • Loading branch information
0xbasar authored Nov 21, 2023
1 parent e89a5a9 commit 42fe032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/dev/src/explore/design/ledger.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Configuration for threads usage can be changed via environment variables:

- `NAMADA_TOKIO_THREADS`: Defaults to 1/2 logical cores
- `NAMADA_RAYON_THREADS`: Defaults to 1/2 logical cores.
- `NAMADA_ROCKSDB_COMPACTION_THREADS`: Defauls to 1/4 logical core. RocksDB also uses 1 more background thread for flushing.
- `NAMADA_ROCKSDB_COMPACTION_THREADS`: Defaults to 1/4 logical core. RocksDB also uses 1 more background thread for flushing.

## Tendermint ABCI

Expand Down

0 comments on commit 42fe032

Please sign in to comment.