Skip to content

Commit 7bb45ea

Browse files
committed
Increase splash timeout to 15->60s since it shouldn't ever happen and had false positives
1 parent 1cd1ce5 commit 7bb45ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BepInEx.SplashScreen.GUI/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static class Program
1616
{
1717
private static SplashScreen _mainForm;
1818

19-
private static readonly System.Timers.Timer _AliveTimer = new System.Timers.Timer(15000);
19+
private static readonly System.Timers.Timer _AliveTimer = new System.Timers.Timer(60000);
2020

2121
/// <summary>
2222
/// The main entry point for the application.

0 commit comments

Comments
 (0)