Skip to content

Commit

Permalink
fix: Fix journal min_size comment
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrubisch authored Nov 17, 2023
1 parent af5e04e commit 509711d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/litestack/litecache.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Litecache
# expiry: 60 * 60 * 24 * 30 -> one month default expiry if none is provided
# size: 128 * 1024 * 1024 -> 128MB
# mmap_size: 128 * 1024 * 1024 -> 128MB to be held in memory
# min_size: 32 * 1024 -> 32MB
# min_size: 32 * 1024 -> 32KB
# return_full_record: false -> only return the payload
# sleep_interval: 1 -> 1 second of sleep between cleanup runs

Expand Down

0 comments on commit 509711d

Please sign in to comment.