Skip to content

Commit

Permalink
fixup! fix(caldav): lower scheduling table size warning
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulalala committed Jul 15, 2024
1 parent 4b19ea2 commit ad35502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/settings/lib/SetupChecks/SchedulingTableSize.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use OCP\SetupCheck\SetupResult;

class SchedulingTableSize implements ISetupCheck {
const MAX_SCHEDULING_ENTRIES = 50000;
public const MAX_SCHEDULING_ENTRIES = 50000;

public function __construct(
private IL10N $l10n,
Expand Down

0 comments on commit ad35502

Please sign in to comment.