We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e939d7 commit 3ac3712Copy full SHA for 3ac3712
Refresh.Core/RateLimits/PlaylistEndpointLimits.cs
@@ -6,8 +6,8 @@ namespace Refresh.Core.RateLimits;
6
public static class PlaylistEndpointLimits
7
{
8
// rate-limits
9
- public const int UploadTimeoutDuration = 300;
10
- public const int MaxCreateAmount = 4; // should be enough
+ public const int UploadTimeoutDuration = 450;
+ public const int MaxCreateAmount = 8; // should be enough
11
public const int MaxUpdateAmount = 12;
12
public const int UploadBlockDuration = 300;
13
public const string CreateBucket = "playlist-create";
0 commit comments