boulder/rocsp
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
..
config rocsp/config: fix PoolSize comment (#6110) 2022-05-12 16:29:26 -07:00
testdata Add rocsp-tool to manually store OCSP responses in Redis (#5758) 2021-11-02 11:04:03 -07:00
metrics.go rocsp: add "connection_pool" to metric names (#6112) 2022-05-12 16:01:07 -07:00
metrics_test.go rocsp: add "connection_pool" to metric names (#6112) 2022-05-12 16:01:07 -07:00
mocks.go Use OCSP NextUpdate to calculate Redis TTL (#6031) 2022-04-04 15:18:11 -06:00
rocsp.go rocsp: add "connection_pool" to metric names (#6112) 2022-05-12 16:01:07 -07:00
rocsp_test.go Enable additional linters (#6106) 2022-05-11 13:58:58 -07:00