further accelerate startups

This commit is contained in:
idk
2022-09-05 00:41:51 -04:00
parent 252a80eb72
commit f920fa8090

View File

@@ -173,7 +173,7 @@ public class WinLauncher {
File ping = new File(home, "router.ping");
if (ping.exists()) {
long diff = System.currentTimeMillis() - ping.lastModified();
if (diff < 60 * 1000) {
if (diff > 60 * 1000) {
logger.info(
"router.ping exists and is more than 1 minute old, I2P does not appear to be running.");
logger.info("If I2P is running, report this as a bug.");