MCPcopy
hub / github.com/cloudreve/cloudreve / WithMaxRetry

Function WithMaxRetry

pkg/queue/options.go:74–78  ·  view source on GitHub ↗

WithMaxRetry set max retry

(n int)

Source from the content-addressed store, hash-verified

72
73// WithMaxRetry set max retry
74func WithMaxRetry(n int) Option {
75 return OptionFunc(func(q *options) {
76 q.maxRetry = n
77 })
78}
79
80// WithResumeTaskType set resume Task type
81func WithResumeTaskType(types ...string) Option {

Callers 6

ThumbQueueMethod · 0.92
MediaMetaQueueMethod · 0.92
IoIntenseQueueMethod · 0.92
RemoteDownloadQueueMethod · 0.92
EntityRecycleQueueMethod · 0.92
SlaveQueueMethod · 0.92

Calls 1

OptionFuncFuncType · 0.70

Tested by

no test coverage detected