mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-03 05:57:21 +00:00
Fix another Java-6ism
This commit is contained in:
@@ -109,6 +109,6 @@ public class PrintPeers {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
pool.awaitTermination(1, TimeUnit.DAYS);
|
pool.awaitTermination(3600 * 24, TimeUnit.SECONDS); // 1 Day
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user