mirror of
https://github.com/i2p/i2p.firefox.git
synced 2024-12-06 19:16:37 +01:00
shorten first-run checks timeout.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user