Skip to content

Commit 3ac3712

Browse files
committed
Increase playlist creation rate, but also upload timeout
1 parent 5e939d7 commit 3ac3712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Refresh.Core/RateLimits/PlaylistEndpointLimits.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ namespace Refresh.Core.RateLimits;
66
public static class PlaylistEndpointLimits
77
{
88
// rate-limits
9-
public const int UploadTimeoutDuration = 300;
10-
public const int MaxCreateAmount = 4; // should be enough
9+
public const int UploadTimeoutDuration = 450;
10+
public const int MaxCreateAmount = 8; // should be enough
1111
public const int MaxUpdateAmount = 12;
1212
public const int UploadBlockDuration = 300;
1313
public const string CreateBucket = "playlist-create";

0 commit comments

Comments
 (0)