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

    https://github.com/apache/nifi-minifi-cpp/pull/211#discussion_r153914751
  
    --- Diff: libminifi/include/processors/PutFile.h ---
    @@ -109,6 +110,7 @@ class PutFile : public core::Processor {
       std::string directory_;
       std::string conflict_resolution_;
       bool try_mkdirs_ = true;
    +  int64_t maxDestFiles = -1;
    --- End diff --
    
    This should follow the Google style, so max_dest_files_.


---

Reply via email to