Update status every minute

This commit is contained in:
Toastie 2025-02-04 19:45:19 +13:00
parent 17a8e7b3dc
commit a5c722cebf
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7

View file

@ -273,7 +273,7 @@ internal static class SupportChild
}
finally
{
statusUpdateTimer.Change(TimeSpan.FromMinutes(30), Timeout.InfiniteTimeSpan);
statusUpdateTimer.Change(TimeSpan.FromMinutes(1), Timeout.InfiniteTimeSpan);
}
}
}