Skip to content

Commit

Permalink
bump psn scraping from 2 weeks to 1 year
Browse files Browse the repository at this point in the history
  • Loading branch information
13xforever committed Mar 6, 2019
1 parent df6813a commit 26b58ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CompatBot/Database/Providers/ScrapeStateProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace CompatBot.Database.Providers
{
internal static class ScrapeStateProvider
{
private static readonly TimeSpan CheckInterval = TimeSpan.FromDays(15);
private static readonly TimeSpan CheckInterval = TimeSpan.FromDays(365);

public static bool IsFresh(long timestamp)
{
Expand Down

0 comments on commit 26b58ae

Please sign in to comment.