Fix syntax error [ci skip]

This commit is contained in:
Ryuta Kamizono 2020-02-05 16:04:59 +09:00
parent a33dbb17b0
commit 8cdeeb5b26
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ gem 'connection_pool'
Next, pass the `:pool_size` and/or `:pool_timeout` options when configuring the cache store:
```ruby
config.cache_store = :mem_cache_store, "cache.example.com", pool_size: 5, pool_timeout: 5
config.cache_store = :mem_cache_store, "cache.example.com", { pool_size: 5, pool_timeout: 5 }
```
* `:pool_size` - This option sets the number of connections per process (defaults to 5).