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 1cd1ce5 commit 7bb45eaCopy full SHA for 7bb45ea
BepInEx.SplashScreen.GUI/Program.cs
@@ -16,7 +16,7 @@ public static class Program
16
{
17
private static SplashScreen _mainForm;
18
19
- private static readonly System.Timers.Timer _AliveTimer = new System.Timers.Timer(15000);
+ private static readonly System.Timers.Timer _AliveTimer = new System.Timers.Timer(60000);
20
21
/// <summary>
22
/// The main entry point for the application.
0 commit comments