From 7a56484068b55f47807154ce1171abc2342c9d1c Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Wed, 6 Mar 2024 10:07:44 +0100 Subject: [PATCH] docs: improve description of two config options --- lib/config/options/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts index 6f9c5cfe1107bc..bfd0494ddfb727 100644 --- a/lib/config/options/index.ts +++ b/lib/config/options/index.ts @@ -2416,7 +2416,7 @@ const options: RenovateOptions[] = [ }, { name: 'concurrentRequestLimit', - description: 'Limit concurrent requests per host. Set to 0 for no limit.', + description: 'Limit concurrent requests per host. Set to `0` for no limit.', type: 'integer', default: 5, stage: 'repository', @@ -2426,7 +2426,7 @@ const options: RenovateOptions[] = [ }, { name: 'maxRequestsPerSecond', - description: 'Limit requests rate per host. Set to 0 for no limit.', + description: 'Limit requests rate per host. Set to `0` for no limit.', type: 'integer', default: 5, stage: 'repository',