Skip to content

Commit

Permalink
invoker.labelsShowList now be called with timestamp to save time and …
Browse files Browse the repository at this point in the history
…bandwidth
  • Loading branch information
StingerAJ authored and Tim Su committed Mar 4, 2011
1 parent 5173904 commit 89afc36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ protected void performSync() {
ArrayList<ProducteevTaskContainer> remoteTasks = new ArrayList<ProducteevTaskContainer>();
for(StoreObject dashboard : dataService.getDashboards()) {
long dashboardId = dashboard.getValue(ProducteevDashboard.REMOTE_ID);
JSONArray labels = invoker.labelsShowList(dashboardId, null);
JSONArray labels = invoker.labelsShowList(dashboardId, lastServerSync);
readLabels(labels);

try {
Expand Down

0 comments on commit 89afc36

Please sign in to comment.