NIFI-507: Make default not to yield for ports and funnels

This commit is contained in:
Mark Payne 2015-04-10 11:06:12 -04:00
parent c201aa1d08
commit 2c6b2a5664

View File

@ -107,6 +107,6 @@ public class ContinuallyRunConnectableTask implements Callable<Boolean> {
return true;
}
return true;
return false; // do not yield
}
}