This commit is contained in:
2026-03-02 17:57:13 +03:00
parent 3e0d3db47e
commit bca84ad269
6 changed files with 10 additions and 7 deletions

View File

@@ -169,7 +169,6 @@ func (r *Request[P]) DoStreamWithContext(ctx context.Context, api *API) (iter.Se
if !yield(resp, nil) {
return
}
time.Sleep(time.Millisecond * 100)
}
}, nil
}