MCPcopy
hub / github.com/nats-io/nats.go / configurePull

Method configurePull

js.go:1252–1255  ·  view source on GitHub ↗
(opts *pullOpts)

Source from the content-addressed store, hash-verified

1250}
1251
1252func (ttl MaxWait) configurePull(opts *pullOpts) error {
1253 opts.ttl = time.Duration(ttl)
1254 return nil
1255}
1256
1257// AckWait sets the maximum amount of time we will wait for an ack.
1258type AckWait time.Duration

Callers

nothing calls this directly

Calls 1

DurationMethod · 0.80

Tested by

no test coverage detected