Skip to content

Commit f587321

Browse files
Update core/tnclient/transport_cre.go
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 7cf5c1c commit f587321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/tnclient/transport_cre.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ type CREHTTPCacheConfig struct {
189189
func (t *CRETransport) cacheSettingsForJSONRPC(method string, paramsJSON []byte) *http.CacheSettings {
190190
// Always attach cache settings so every CRE HTTP request participates.
191191
// 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}
192+
// but may still store if Store is true.
193193
return &http.CacheSettings{
194194
Store: t.httpCacheStore,
195195
MaxAge: durationpb.New(t.httpCacheMaxAge),

0 commit comments

Comments
 (0)