Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: unnecessary YAML Config reloads #9065

Merged

Commits on Jan 10, 2024

  1. Show ctime is changed

    Show how a reload is triggered when it's not needed.
    boekkooi-lengoo committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    8a2d740 View commit details
    Browse the repository at this point in the history
  2. Use mtime instead of ctime

    In order to avoid unnecessary reloading of the yaml configuration. The time used to detect the last change to the config file is changed from `change` which is the time of the last file status change to the `modification` time wich is the time of the last data modification.
    
    For more information also checkou http://lunarmodules.github.io/luafilesystem/manual.html#reference and https://linux.die.net/man/2/stat
    
    Fixes: apache#9051
    boekkooi-lengoo committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    c3c014b View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    684c78d View commit details
    Browse the repository at this point in the history