We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1eea8d commit 656d0f8Copy full SHA for 656d0f8
ASFFreeGames/Github/GithubPluginUpdater.cs
@@ -38,7 +38,7 @@ public class GithubPluginUpdater(Lazy<Version> version) {
38
return null;
39
}
40
41
- if (stable && !((releaseResponse.PublishedAt - DateTime.UtcNow).Duration() > TimeSpan.FromHours(12))) {
+ if (stable && !((releaseResponse.PublishedAt - DateTime.UtcNow).Duration() > TimeSpan.FromHours(3))) {
42
// Skip updates that are too recent
43
44
0 commit comments