(threshold float64)
| 251 | } |
| 252 | |
| 253 | func WithCleanFdsCacheThreshold(threshold float64) Option { |
| 254 | return func(opt *Options) { |
| 255 | opt.CleanFdsCacheThreshold = threshold |
| 256 | } |
| 257 | } |
| 258 | |
| 259 | func WithBufferSizeOfRecovery(size int) Option { |
| 260 | return func(opt *Options) { |
no outgoing calls