Start in slow mode

This commit is contained in:
ThatBen 2025-06-20 10:39:01 +02:00
parent 72d404a77d
commit 0f781b2934
No known key found for this signature in database
GPG Key ID: 62C543548433D43E

View File

@ -4,7 +4,7 @@
{
private readonly App app;
private int failureCount = 0;
private bool slowMode = false;
private bool slowMode = true;
private int recoveryCount = 0;
private readonly object _lock = new object();