Skip to content

Commit d5c494a

Browse files
andimrobdjmb
authored andcommitted
docs: update readme yaml config example
1 parent 6558318 commit d5c494a

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: <%= 256.gigabytes %>
67+
max_entries: 10_000_000 # default is null
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)