Skip to content

Commit

Permalink
increase max limit of submisson files from 500kb to 2mb
Browse files Browse the repository at this point in the history
  • Loading branch information
adelikat committed Jul 20, 2022
1 parent 1d4a323 commit e244d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TASVideos.Common/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The posts after this message will continue to apply to the submission.

public const string DefaultPublicationText = "''[TODO]: describe this movie here''";

public const int MaximumMovieSize = 500 * 1024;
public const int MaximumMovieSize = 2048 * 1024;
public const int UserFileStorageLimit = 1000 * 1000 * 50; // 50 MB
}

Expand Down

0 comments on commit e244d17

Please sign in to comment.