shorten first-run checks timeout.

This commit is contained in:
idk
2022-09-07 16:19:21 -04:00
parent 26a7944470
commit 2eeb2106fc

View File

@ -234,7 +234,7 @@ public class WinLauncher {
}
if (i2pIsRunningCheck())
return true;
for (int i = 0; i < 20; i++) {
for (int i = 0; i < 10; i++) {
if (i2pIsRunningCheck())
return true;
sleep(1000);