fix(admin): Revise opcache revalidation tuning section #11872
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
☑️ Resolves
Also, related to pending enhancement: nextcloud/server#45498
Note: The main thing that is perhaps controversial here is the PHP default of
2
versus60
(not so much because we ever formally recommended changing it to60
, but because60
is already being used in both the AIO and micro-services/community Docker image). I'm of the camp that PHP's default of2
should be emphasized. And any deviation from that is fine, but the operator making that change is on their own (and expected to restart/etc if needed). Fortunately with the Docker images (at least ours), at least for Server itself, it's less of an issue since the code upgrades only happen through a container restart (but still a factor forconfig.php
+ potentially for app updates).Historical (most relevant):
🖼️ Screenshots