Forum: Cfengine Help
Subject: Change detection very slow since 3.1.5
Author: rosin
Link to topic: https://cfengine.com/forum/read.php?3,22345,22345#msg-22345

Hey all. 

I was wondering if someone else of you are facing the same behavior as I do.
I updated from 3.1.4 to 3.1.5 because of this bug:
https://cfengine.com/bugtracker/view.php?id=470

Since this update my change detection is -very- slow. The time to process 
raised from around a minute to hours.

This code does the job:

files:
    any::
      "$(dirs)"
        changes         => detect_content,
        depth_search    => recurse("inf"),
        file_select => ex_list("@(exclude_files)");


Any ideas of resolving the problem or identify the reason?

Best,
Moritz

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to