Fix events processing too quickly

This commit is contained in:
BlossomiShymae
2024-08-13 02:43:47 -05:00
parent 8f81aa526e
commit ca2f8c4852

View File

@@ -50,7 +50,7 @@ namespace Needlework.Net.Desktop.ViewModels
{ {
Task.Run(CheckLatestVersionAsync); Task.Run(CheckLatestVersionAsync);
Thread.Sleep(TimeSpan.FromSeconds(2)); Thread.Sleep(TimeSpan.FromSeconds(60));
} }
} }