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 5a03587 commit 00457ddCopy full SHA for 00457dd
Plugins/Flow.Launcher.Plugin.PluginsManager/Main.cs
@@ -52,7 +52,7 @@ public List<Result> Query(Query query)
52
if (string.IsNullOrWhiteSpace(search))
53
return Settings.HotKeys;
54
55
- if ((DateTime.Now - _lastUpdateTime).TotalSeconds > 43200) // 12 hours
+ if ((DateTime.Now - _lastUpdateTime).TotalHours > 12) // 12 hours
56
{
57
Task.Run(async () =>
58
0 commit comments