mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2025-12-06 10:10:48 +01:00
Slow down ProcessEvents
This commit is contained in:
@@ -70,7 +70,7 @@ public partial class MainWindowViewModel
|
||||
{
|
||||
Task.Run(CheckLatestVersionAsync);
|
||||
|
||||
Thread.Sleep(TimeSpan.FromSeconds(60));
|
||||
Thread.Sleep(TimeSpan.FromMinutes(10)); // Avoid tripping unauthenticated rate limits
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user