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 68cded4 commit f4631ecCopy full SHA for f4631ec
1 file changed
apps/files_sharing/lib/Controller/ShareAPIController.php
@@ -587,7 +587,7 @@ public function deleteShare(string $id): DataResponse {
587
* 200: Share created
588
*/
589
#[NoAdminRequired]
590
- #[UserRateLimit(limit: 200, period: 600)]
+ #[UserRateLimit(limit: 40, period: 600)]
591
public function createShare(
592
?string $path = null,
593
?int $permissions = null,
0 commit comments