Skip to content

Commit d67cadd

Browse files
committed
chore: Increase delay to 5 seconds between requests
1 parent 75c3d4f commit d67cadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CFLookup/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ private static async Task Main(string[] args)
130130
#endif
131131
builder.Services.AddScoped(options => new CurseForge.APIClient.ApiClient(cfApiKey, 201, "whatcfprojectisthat@nolifeking85.tv")
132132
{
133-
RequestDelay = TimeSpan.FromSeconds(1),
133+
RequestDelay = TimeSpan.FromSeconds(5),
134134
RequestTimeout = TimeSpan.FromMinutes(10)
135135
});
136136

0 commit comments

Comments
 (0)