We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf5c1c commit f587321Copy full SHA for f587321
core/tnclient/transport_cre.go
@@ -189,7 +189,7 @@ type CREHTTPCacheConfig struct {
189
func (t *CRETransport) cacheSettingsForJSONRPC(method string, paramsJSON []byte) *http.CacheSettings {
190
// Always attach cache settings so every CRE HTTP request participates.
191
// Note: per CRE docs, if MaxAge is nil/zero it won't read from cache,
192
- // but may still store if Store is true. :contentReference[oaicite:2]{index=2}
+ // but may still store if Store is true.
193
return &http.CacheSettings{
194
Store: t.httpCacheStore,
195
MaxAge: durationpb.New(t.httpCacheMaxAge),
0 commit comments