Skip to content

Commit

Permalink
Finished!
Browse files Browse the repository at this point in the history
  • Loading branch information
ConanCode96 committed Dec 21, 2017
1 parent 63df883 commit 5a487f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/models/QueueModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public Observable<PerformanceMetrics> getPerformanceMetrics(QueueSystemInput inp
try {
validateQueueSystemInputs(input);
PerformanceMetrics metrics = calculatePerformanceMetrics(input);
Thread.sleep(1500);
// Thread.sleep(1500); //Stop faking calculations, man. LOL xD (^_^)
emitter.onNext(metrics);
emitter.onComplete();
} catch (QueueModelException e) {
Expand Down

0 comments on commit 5a487f0

Please sign in to comment.