mirror of https://github.com/apache/nifi.git
NIFI-2574 fixed queue swap threshold setting
This commit is contained in:
parent
d9633757a6
commit
7c99b5e638
|
@ -915,6 +915,7 @@ public class FlowController implements EventAccess, ControllerServiceProvider, R
|
|||
.source(requireNonNull(source))
|
||||
.destination(destination)
|
||||
.swapManager(swapManager)
|
||||
.queueSwapThreshold(nifiProperties.getQueueSwapThreshold())
|
||||
.eventReporter(eventReporter)
|
||||
.resourceClaimManager(resourceClaimManager)
|
||||
.flowFileRepository(flowFileRepository)
|
||||
|
|
Loading…
Reference in New Issue