From ce050a886c19e872277ee74b6b98cd6ecbba1334 Mon Sep 17 00:00:00 2001 From: Sergei Zharinov <zharinov@users.noreply.github.com> Date: Thu, 1 Feb 2024 13:35:55 -0300 Subject: [PATCH] docs: Fix documentation for `dnsCache` (#26996) --- docs/usage/configuration-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 412774fd1a..a2adeca4c8 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -1804,7 +1804,7 @@ You can configure a different maximum value in seconds using `maxRetryAfter`: ### dnsCache Enable got [dnsCache](https://github.com/sindresorhus/got/blob/v11.5.2/readme.md#dnsCache) support. -It uses `QuickLRU` with a `maxSize` of `1000`. +It uses [`lru-cache`](https://github.com/isaacs/node-lru-cache) with the `max` option set to `1000`. ### enableHttp2 -- GitLab