Skip to content

Update pages config only when changed

Kamil Trzciński requested to merge update-pages-config-only-when-changed into master

What does this MR do?

This does a small performance improvement:

  1. Currently, each update of pages forces daemon to reload,
  2. We need to reload pages only when configuration does change, not content,
  3. When content does change it will be automatically be picked by pages.

What are the relevant issue numbers?

None yet.

Does this MR meet the acceptance criteria?

Edited by Grzegorz Bizon

Merge request reports