Github user benqiu2016 commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/107#discussion_r120017002
  
    --- Diff: libminifi/include/core/repository/FlowFileRepository.h ---
    @@ -36,7 +36,7 @@ namespace repository {
     #define FLOWFILE_REPOSITORY_DIRECTORY "./flowfile_repository"
     #define MAX_FLOWFILE_REPOSITORY_STORAGE_SIZE (10*1024*1024) // 10M
     #define MAX_FLOWFILE_REPOSITORY_ENTRY_LIFE_TIME (600000) // 10 minute
    -#define FLOWFILE_REPOSITORY_PURGE_PERIOD (2500) // 2500 msec
    +#define FLOWFILE_REPOSITORY_PURGE_PERIOD (2000) // 2000 msec
    --- End diff --
    
    i change some timeout value to more sync with  the stop flowcontroller wait 
time.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to