Skip to content

Commit 95e59a7

Browse files
andimrobdjmb
authored andcommitted
docs: update example to use max_size, consistent with other examples
1 parent d5c494a commit 95e59a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ production: &production
6464
databases: [production_cache1, production_cache2]
6565
store_options:
6666
<<: *default_store_options
67-
max_entries: 10_000_000 # default is null
67+
max_size: <%= 256.gigabytes %>
6868
```
6969

7070
For the full list of keys for `store_options` see [Cache configuration](#cache-configuration). Any options passed to the cache lookup will overwrite those specified here.

0 commit comments

Comments
 (0)