You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ production: &production
64
64
databases: [production_cache1, production_cache2]
65
65
store_options:
66
66
<<: *default_store_options
67
-
max_entries: 10_000_000 # default is null
67
+
max_size: <%= 256.gigabytes %>
68
68
```
69
69
70
70
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