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 a221f72 commit 2fdb509Copy full SHA for 2fdb509
1 file changed
apps/files_sharing/lib/Controller/ShareAPIController.php
@@ -554,7 +554,7 @@ public function deleteShare(string $id): DataResponse {
554
* 200: Share created
555
*/
556
#[NoAdminRequired]
557
- #[UserRateLimit(limit: 10, period: 600)]
+ #[UserRateLimit(limit: 20, period: 600)]
558
public function createShare(
559
?string $path = null,
560
?int $permissions = null,
0 commit comments