Skip to content

Commit

Permalink
Increase auto update check interval to 72 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
ccidral committed May 22, 2017
1 parent ae4f147 commit 66820bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tomighty.Windows/AutoUpdate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace Tomighty.Windows
{
internal class AutoUpdate
{
private const int CheckIntervalInHours = 24;
private const int CheckIntervalInHours = 72;

private static readonly Logger logger = new Logger("update");

Expand Down

0 comments on commit 66820bd

Please sign in to comment.