Skip to content

Commit

Permalink
misc: change default relation depth to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed Nov 10, 2024
1 parent 8e41e48 commit 2c48be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shoko.Server/Settings/AniDbSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class AniDbSettings
public bool DownloadCreators { get; set; } = true;

[Range(0, 5, ErrorMessage = "Max Relation Depth may only be between 0 and 5")]
public int MaxRelationDepth { get; set; } = 3;
public int MaxRelationDepth { get; set; } = 1;

public int MinimumHoursToRedownloadAnimeInfo { get; set; } = 24;

Expand Down

0 comments on commit 2c48be2

Please sign in to comment.