mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-08-01 12:31:23 +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