Fetch on move when polling

pull/172/head
M66B 6 years ago
parent 03ed6c057d
commit 5d8b6a44a4

@ -868,7 +868,7 @@ class Core {
} }
// Fetch appended/copied when needed // Fetch appended/copied when needed
if (draft || !target.synchronize || !istore.hasCapability("IDLE")) if (draft || !target.synchronize || target.poll || !istore.hasCapability("IDLE"))
try { try {
itarget.open(READ_WRITE); itarget.open(READ_WRITE);

Loading…
Cancel
Save