boulder/rocsp/config
Jacob Hoffman-Andrews a4ba9b1adb
rocsp/config: fix PoolSize comment (#6110)
The go-redis docs say default is 10 * NumCPU, but the actual code says 5.

Extra context:

2465baaab5/options.go (L143-L145)

2465baaab5/cluster.go (L96-L98)

For Options, the default (documented) is 10 * NumCPUs. For ClusterOptions, the
default (undocumented) is 5 * NumCPUs. We use ClusterOptions. Also worth noting:
for ClusterOptions, the limit is per node.
2022-05-12 16:29:26 -07:00
..
issuers_test.go ocsp-updater: add support for writing to Redis (#5825) 2021-12-06 14:46:46 -08:00
rocsp_config.go rocsp/config: fix PoolSize comment (#6110) 2022-05-12 16:29:26 -07:00