We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb956b commit 0859d83Copy full SHA for 0859d83
1 file changed
apps/dav/lib/DAV/Security/RateLimiting.php
@@ -34,7 +34,7 @@ public function check(): void {
34
}
35
36
$identifier = 'share-addressbook-or-calendar';
37
- $userLimit = $this->config->getValueInt('dav', 'rateLimitShareAddressbookOrCalendar', 20);
+ $userLimit = $this->config->getValueInt('dav', 'rateLimitShareAddressbookOrCalendar', 200);
38
$userPeriod = $this->config->getValueInt('dav', 'rateLimitPeriodShareAddressbookOrCalendar', 3600);
39
40
try {
0 commit comments