From 7917c257d2dec907deaa424f920cdcff0dc91cac Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Sat, 2 Nov 2024 17:05:21 -0400 Subject: [PATCH] docs: typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e77be449..08d2b6048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3817,7 +3817,7 @@ the response, the HTTP status code, and if its a cache hit. request the URL again. https://github.com/jqnatividad/qsv/pull/393 ### Changed -* `fetch`: fast defaults. Now tries to go as fast as possible, leveraging dynamic throttling (using RateLimit and Rety-After headers) +* `fetch`: fast defaults. Now tries to go as fast as possible, leveraging dynamic throttling (using RateLimit and Retry-After headers) but aborting after 100 errors. Also added a separate error progress bar. https://github.com/jqnatividad/qsv/pull/388 * Smarter `tojsonl`. Now scans CSV file and infers data types and uses the appropriate JSON data type https://github.com/jqnatividad/qsv/pull/389 * `tojsonl` is also multithreaded https://github.com/jqnatividad/qsv/pull/392