diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-10 20:01:15 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-10 20:01:15 +0200 |
| commit | 71e431af2e65196ad4e7bc3404e772b1726d3338 (patch) | |
| tree | 935e3b1af7c5b0033caf13ea00cf9655686b6ec9 /internal/clients/grepclient.go | |
| parent | f6e23930da2900c43a5389a2e7d1e38d8221a76f (diff) | |
Introduce client runtime boundaries
Diffstat (limited to 'internal/clients/grepclient.go')
| -rw-r--r-- | internal/clients/grepclient.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/clients/grepclient.go b/internal/clients/grepclient.go index 7521c67..f0f08d4 100644 --- a/internal/clients/grepclient.go +++ b/internal/clients/grepclient.go @@ -30,6 +30,7 @@ func NewGrepClient(args config.Args) (*GrepClient, error) { Args: args, throttleCh: make(chan struct{}, args.ConnectionsPerCPU*runtime.NumCPU()), retry: false, + runtime: newClientRuntimeBoundary(config.CurrentRuntime()), }, } |
