Skip to content

Commit

Permalink
fix(repology): set requests per second
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Oct 27, 2023
1 parent a4528c9 commit c39e67f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/config/presets/internal/workarounds.ts
Expand Up @@ -139,11 +139,12 @@ export const presets: Record<string, Preset> = {
},
reduceRepologyServerLoad: {
description:
'Limit concurrent requests to reduce load on Repology servers until we can fix this properly, see issue `#10133`.',
'Limit requests to reduce load on Repology servers until we can fix this properly, see issue `#10133`.',
hostRules: [
{
concurrentRequestLimit: 1,
matchHost: 'repology.org',
maxRequestsPerSecond: 0.5,
},
],
},
Expand Down

0 comments on commit c39e67f

Please sign in to comment.