I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit edf17d0a authored by jrandom's avatar jrandom Committed by zzz
Browse files

drop the arbitrary wait during creation (but not during startup)

only relevent to simulations, obviously
parent 9cccd0bf
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ public class MultiRouter { ...@@ -67,7 +67,7 @@ public class MultiRouter {
router.setKillVMOnEnd(false); router.setKillVMOnEnd(false);
_routers.add(router); _routers.add(router);
_log.info("Router " + i + " created from " + args[i]); _log.info("Router " + i + " created from " + args[i]);
try { Thread.sleep(2*1000); } catch (InterruptedException ie) {} //try { Thread.sleep(2*1000); } catch (InterruptedException ie) {}
} }
for (int i = 0; i < _routers.size(); i++) { for (int i = 0; i < _routers.size(); i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment