We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c3d4f commit d67caddCopy full SHA for d67cadd
CFLookup/Program.cs
@@ -130,7 +130,7 @@ private static async Task Main(string[] args)
130
#endif
131
builder.Services.AddScoped(options => new CurseForge.APIClient.ApiClient(cfApiKey, 201, "whatcfprojectisthat@nolifeking85.tv")
132
{
133
- RequestDelay = TimeSpan.FromSeconds(1),
+ RequestDelay = TimeSpan.FromSeconds(5),
134
RequestTimeout = TimeSpan.FromMinutes(10)
135
});
136
0 commit comments