Fix typos in default miner config

This commit is contained in:
Masih H. Derkani 2022-02-03 13:24:46 +00:00
parent 575e6add43
commit 6ef0c382c3
No known key found for this signature in database
GPG Key ID: B320AFAA5B736DB6

View File

@ -258,9 +258,9 @@
[IndexProvider]
# The maximum number of multihash chunk links that index provider cash can store before
# The maximum number of multihash chunk links that index provider cache can store before
# LRU eviction. If chunks belonging to a single advertisement are larger than the cache can
# hold, the cache is resized to be able to hold all links. The actual disk usaed depends on
# hold, the cache is resized to be able to hold all links. The actual disk usage depends on
# LinkedChunkSize and the length of multihashes. For example, for 128-bit long multihashes
# with the default LinkedChunkSize, and LinkCacheSize the cache size can grow to 256MiB.
#