Bug #23424
Updated by François ARMAND about 1 year ago
In #23045 we gave the possibility to not write to commit to fact repo. To limit I/O, we may want to totally disable writing node change. Option would be: <pre> rudder.facts.repo.writeNodeState=false rudder.facts.repo.saveNodeState=false # totally disable writing node change (new default used if property is not in the config file and so for migration) rudder.facts.repo.writeNodeState=true rudder.facts.repo.saveNodeState=true # enable, commit in git is managed by the previous property 'rudder.facts.repo.historizeNodeChange' </pre>