NIFI-1887 Updating default timeout in Admin Guide

This closes #447.

Signed-off-by: James Wing <jvwing@gmail.com>
This commit is contained in:
James Wing 2016-05-16 10:50:20 -07:00
parent b2ce6f1f96
commit 347b281b2d
1 changed files with 1 additions and 1 deletions

View File

@ -1125,7 +1125,7 @@ nifi.nar.library.directory.lib2=/nars/lib2 +
Providing three total locations, including _nifi.nar.library.directory_.
|nifi.nar.working.directory|The location of the nar working directory. The default value is ./work/nar and probably should be left as is.
|nifi.documentation.working.directory|The documentation working directory. The default value is ./work/docs/components and probably should be left as is.
|nifi.processor.scheduling.timeout|Time to wait for a Processor's life-cycle operation (@OnScheduled and @OnUnscheduled) to finish before other life-cycle operation (e.g., stop) could be invoked. Default is infinite.
|nifi.processor.scheduling.timeout|Time to wait for a Processor's life-cycle operation (@OnScheduled and @OnUnscheduled) to finish before other life-cycle operation (e.g., stop) could be invoked. Default is 1 minute.
|====