mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #32172 from nextcloud/rakekniven-patch-1
l10n: Improve grammar of opcache message
This commit is contained in:
commit
3a30f66a93
1 changed files with 1 additions and 1 deletions
|
|
@ -513,7 +513,7 @@ Raw output
|
|||
empty($status['opcache_statistics']['max_cached_keys']) ||
|
||||
($status['opcache_statistics']['num_cached_keys'] / $status['opcache_statistics']['max_cached_keys'] > 0.9)
|
||||
) {
|
||||
$recommendations[] = $this->l10n->t('The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>.', [($this->iniGetWrapper->getNumeric('opcache.max_accelerated_files') ?: 'currently')]);
|
||||
$recommendations[] = $this->l10n->t('The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>.', [($this->iniGetWrapper->getNumeric('opcache.max_accelerated_files') ?: 'currently')]);
|
||||
}
|
||||
|
||||
if (
|
||||
|
|
|
|||
Loading…
Reference in a new issue