Skip to content

Commit

Permalink
removed latency
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoda committed Feb 18, 2013
1 parent 58df0be commit f990fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webapp/public/graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function GraphModel(metrics, aggregators, resolution, timeLength) {
initialRequest = false;
}

var until = roundedDate - resolutionMillis;
var until = roundedDate;

var request = {
metrics: metrics,
Expand Down

0 comments on commit f990fb5

Please sign in to comment.