github.com/gotd/td/internal/rpc.Options.MaxRetries (field)
6 uses
github.com/gotd/td/internal/rpc (current package)
engine.go#L44: zap.Int("max_retries", cfg.MaxRetries),
engine.go#L56: maxRetries: cfg.MaxRetries,
options.go#L14: MaxRetries int
options.go#L24: if cfg.MaxRetries == 0 {
options.go#L25: cfg.MaxRetries = 5
github.com/gotd/td/internal/mtproto
conn.go#L160: MaxRetries: opt.MaxRetries,
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |