Skip to content

Commit

Permalink
increase sync notes length to 30000 characters, because with all the …
Browse files Browse the repository at this point in the history
…file hashes they can become quite large
  • Loading branch information
Masterjun3 committed Nov 26, 2024
1 parent 7b99e11 commit f921d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TASVideos/Pages/Submissions/Catalog.cshtml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ public class SubmissionCatalog
public DateTime? SyncVerifiedOn { get; init; }
public string? SyncedBy { get; init; }

[StringLength(3000)]
[StringLength(30000)]
public string? AdditionalSyncNotes { get; init; }

public bool CanSyncVerify => !string.IsNullOrWhiteSpace(Emulator) && this is
Expand Down

0 comments on commit f921d03

Please sign in to comment.