You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: C2.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,12 @@ be requested via C2 DESCRIBE manifest command.
115
115
# specify the maximum number of bulletins to send in a heartbeat
116
116
# nifi.c2.flow.info.processor.bulletin.limit=1000
117
117
118
+
# Specify timeout for asset download operations. The entire download must
119
+
# finish in the specified amount of time. There is a separate fixed 30 second
120
+
# timeout from the last received data packet.
121
+
# setting to 0 disables the timeout (default)
122
+
nifi.c2.asset.download.timeout=0s
123
+
118
124
#### Flow Id and URL
119
125
120
126
Flow id and URL are usually retrieved from the C2 server. These identify the last updated flow version and where the flow was downloaded from. These properties are persisted in the minifi.properties file.
0 commit comments