mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
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> |
||
|---|---|---|
| .. | ||
| AdminSettingsController.php | ||
| AppSettingsController.php | ||
| AuthorizedGroupController.php | ||
| AuthSettingsController.php | ||
| ChangePasswordController.php | ||
| CheckSetupController.php | ||
| CommonSettingsTrait.php | ||
| HelpController.php | ||
| LogSettingsController.php | ||
| MailSettingsController.php | ||
| PersonalSettingsController.php | ||
| ReasonsController.php | ||
| TwoFactorSettingsController.php | ||
| UsersController.php | ||
| WebAuthnController.php | ||