diff --git a/README.md b/README.md index 3a8174c..6d44dad 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ production: &production databases: [production_cache1, production_cache2] store_options: <<: *default_store_options - max_entries: <%= 256.gigabytes %> + max_entries: 10_000_000 # default is null ``` 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.