dropping throttle, not sure why it is this long

pull/14/head
Tim Su 14 years ago
parent 5cbd323bba
commit 37c21342d0

@ -259,7 +259,7 @@ public class MilkSyncProvider extends SyncProvider<MilkTaskContainer> {
// try the quick synchronization
try {
Thread.sleep(2000); // throttle
Thread.sleep(1000); // throttle
RtmTasks tasks = rtmService.tasks_getList(null, filter, lastSyncDate);
addTasksToList(tasks, remoteChanges);
} catch (Exception e) {

Loading…
Cancel
Save