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 Jun 26, 2024
1 parent f5f6c29 commit 466e294
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 466e294

Please sign in to comment.