nextcloud-server/apps/settings
MichaIng 03390ee791 Fix interned strings buffer check if 0 free bytes
With #32902 it was meant to be avoided to recommend raising the interned strings buffer size above a quarter of the total OPcache size. This works as long as there is at least 1 byte free, but does not apply if the buffer is filled completely.

This commit switches the conditions so that the interned strings buffer size must be smaller than a quarter of the total OPcache size for the warning to be shown. That the buffer must be either filled completely or by more than 90% remains untouched.

Signed-off-by: MichaIng <micha@dietpi.com>
2023-01-23 08:55:35 +07:00
..
appinfo Add Calendar settings section 2022-10-24 10:41:24 +07:00
composer Revert "ran build/autoloaderchecker.sh after adding AutoSubmittedValue class" 2022-12-24 14:56:32 +07:00
css Compress SASS output 2023-01-11 17:46:32 +07:00
data
img Add missing viewbox to SVGs 2022-09-20 10:21:57 +07:00
js Remake locale saving with Vue 2022-09-16 19:02:18 +07:00
l10n Fix(l10n): 🔠 Update translations from Transifex 2023-01-22 02:25:24 +07:00
lib Fix interned strings buffer check if 0 free bytes 2023-01-23 08:55:35 +07:00
src Correct title for button on federation actions button 2023-01-18 15:45:07 +07:00
templates Merge pull request #35609 from nextcloud/add-data-section-id 2022-12-16 16:38:15 +07:00
tests Merge pull request #35876 from bennet0496/patch-mail-header 2023-01-04 09:34:14 +07:00
.editorconfig
.gitignore
.l10nignore