Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiling-J authored Jun 10, 2023
1 parent 85b4e8e commit d8acf25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ All settings are optional, unless marked as "Required".
* **[Common]** `ValueSerializer` default JsonSerializer

ValueSerializer is used to marshal/unmarshal between your value type and bytes. Same interface as KeySerializer.
* **[BlockCache]** `ErrorHandler` default do nothing
* **[Common]** `ErrorHandler` default do nothing

Nvm cache flush data to disk async, so errors will be handled by this error handler.
Theine evicts entries to Nvm asynchronously, so errors will be handled by this error handler.
* **[BlockCache]** `RegionSize` default 16 << 20 (16 mb)

Region size in bytes.
Expand Down

0 comments on commit d8acf25

Please sign in to comment.