Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
PeerfactSim.KOM
Commits
db095e8a
Commit
db095e8a
authored
Nov 16, 2020
by
Julian Zobel
Browse files
starting later gives time for the churn model to start correctly
parent
f93aa96d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/topology/movement/TracefileMovementModel.java
View file @
db095e8a
...
...
@@ -118,7 +118,7 @@ public class TracefileMovementModel implements MovementModel, EventHandler {
initialized
=
true
;
Event
.
scheduleWithDelay
(
t
ime
BetweenMoveOperations
,
this
,
null
,
EVENT_MOVE
);
Event
.
scheduleWithDelay
(
T
ime
.
SECOND
*
10
,
this
,
null
,
EVENT_MOVE
);
}
@Override
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment