diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-22 22:58:56 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-22 22:58:56 +0000 |
| commit | 3c7a6abb7aa82f3b7c1d44db9520763469af415f (patch) | |
| tree | 5829746ffe6c2668b2a10efad8e2e85215708eb9 /sources/prefs/VSDefaultPrefs.java | |
| parent | 6f16d971c6ab18afd05e4b5b694ccf9944a0537c (diff) | |
A ProcessRecoverEvent should get handled the VERY first.
Dafault sim time now 15s.
New brainstorm.
Diffstat (limited to 'sources/prefs/VSDefaultPrefs.java')
| -rw-r--r-- | sources/prefs/VSDefaultPrefs.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/prefs/VSDefaultPrefs.java b/sources/prefs/VSDefaultPrefs.java index a7f659f..428df66 100644 --- a/sources/prefs/VSDefaultPrefs.java +++ b/sources/prefs/VSDefaultPrefs.java @@ -144,7 +144,7 @@ public class VSDefaultPrefs extends VSPrefs { initInteger("sim.process.num", 3, "Anzahl der Prozesse", 1, 6); initIntegerUnit("message.prob.outage", 0, "Nachrichtenverlustw'keit", 0, 100, "%"); initIntegerUnit("process.prob.crash", 0, "Prozessausfallw'keit", 0, 100, "%"); - initIntegerUnit("sim.seconds", 30, "Simulationsdauer", 5, 120, "s"); + initIntegerUnit("sim.seconds", 15, "Simulationsdauer", 5, 120, "s"); /* Internal prefs */ initInteger("keyevent.about", KeyEvent.VK_A, null, 0, 100); @@ -186,8 +186,8 @@ public class VSDefaultPrefs extends VSPrefs { public void fillDefaultLongs() { /* Simulation prefs */ - initLongUnit("message.sendingtime.min", 1000, "Minimale Übertragungszeit", "ms"); - initLongUnit("message.sendingtime.max", 5000, "Maximale Übertragungszeit", "ms"); + initLongUnit("message.sendingtime.min", 500, "Minimale Übertragungszeit", "ms"); + initLongUnit("message.sendingtime.max", 2000, "Maximale Übertragungszeit", "ms"); } public void fillDefaultColors() { |
