nextcloud/apps/settings
MichaIng 4018083ccf 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 09:55:36 +00:00
..
appinfo Master is now 24 2021-11-11 10:11:09 +01:00
composer autoloaderchecker 2022-12-20 16:26:49 +00:00
css Apps toolbar height and alignment fix 2022-02-28 13:46:03 +00:00
data Fix duplicate sentence in 'Reasons to use Nextcloud.pdf' 2020-09-15 11:12:23 +02:00
img Move settings to an app 2019-09-28 09:39:28 +00:00
js Prevent duplicate set display name request 2022-07-06 20:54:18 +00:00
l10n Fix(l10n): 🔠 Update translations from Transifex 2023-01-22 02:25:41 +00:00
lib Fix interned strings buffer check if 0 free bytes 2023-01-23 09:55:36 +00:00
src Fix share admin page 2022-12-08 21:52:59 +00:00
templates Only show cron warning after 24h due to time insensitive jobs 2022-11-08 09:15:11 +01:00
tests Add unit test for case insensitive email saving 2022-12-16 21:56:05 +00:00
.editorconfig Move settings to an app 2019-09-28 09:39:28 +00:00
.gitignore Move settings to an app 2019-09-28 09:39:28 +00:00
.l10nignore Update .l10nignore for apps to exclude bundled JS files 2020-09-15 12:28:43 +02:00