0918bab29b
* Add context/timeout to HTTP throttle check * Dont run `.GetThrottleHTTPInterval()` on every loop * Update help message * Var rename * 2022 * Add timeout flag * Add unix/tcp server commands, use ParseInt() for string->int64 * Var rename * Re-check http timeout on every loop iteration * Remove stale comment * Make throttle interval idempotent * var rename * Usage grammar * Make http timeout idempotent too * Parse time.Duration once * Move timeout to NewThrottler * Help update * Set User-Agent header * Re-add newline Co-authored-by: dm-2 <45519614+dm-2@users.noreply.github.com>
17 lines
213 B
YAML
17 lines
213 B
YAML
run:
|
|
timeout: 5m
|
|
modules-download-mode: readonly
|
|
|
|
linters:
|
|
disable:
|
|
- errcheck
|
|
- staticcheck
|
|
enable:
|
|
- gosimple
|
|
- govet
|
|
- noctx
|
|
- rowserrcheck
|
|
- sqlclosecheck
|
|
- unused
|
|
|