Refactor #27274
Speed up apipie cache check
Pull request:
Fixed in Releases:
Found in Releases:
Description
currently, the apipie initializer checks the mtime of every api endpoint to check if they are newer than the apipie cache and print a message.
This can be optimized to stop the check once any endpoint is newer.
Associated revisions
History
#1
Updated by The Foreman Bot over 1 year ago
- Assignee set to Tomer Brisker
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6891 added
#2
Updated by Ondřej Pražák over 1 year ago
- Status changed from Ready For Testing to Closed
- Fixed in Releases 1.23.0 added
Fixes #27274 - Speed up apipie cache out-of-date check