Smaller delay

This commit is contained in:
senft-lap 2012-11-21 12:25:43 +01:00
parent 203fa9743f
commit af30f1207d

View File

@ -24,7 +24,7 @@ public class Network {
e.printStackTrace();
}
int delay = 2000;
int delay = 1000;
Node a = new Node();