pull/207/head
M66B 4 years ago
parent e3638a6e4e
commit cfd0d5d125

@ -460,7 +460,7 @@ public class EntityOperation {
int count = db.operation().getOperationCount(folder, name); int count = db.operation().getOperationCount(folder, name);
if (count >= MAX_FETCH) { if (count >= MAX_FETCH) {
Log.i("Replacing fetch by sync folder=" + folder + " args=" + jargs + " count=" + count); Log.i("Replacing fetch by sync folder=" + folder + " args=" + jargs + " count=" + count);
sync(context, folder, false, true); sync(context, folder, false, false);
return; return;
} }
} }

Loading…
Cancel
Save