mirror of
https://github.com/apache/nifi.git
synced 2025-03-08 10:29:58 +00:00
NIFI-507: Make default not to yield for ports and funnels
This commit is contained in:
parent
c201aa1d08
commit
2c6b2a5664
@ -107,6 +107,6 @@ public class ContinuallyRunConnectableTask implements Callable<Boolean> {
|
||||
return true;
|
||||
}
|
||||
|
||||
return true;
|
||||
return false; // do not yield
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user