Commit 11ec4f3
committed
fix(files_sharing): rate limit share creation 40 times per 10 minute
lower limit of 40/600s copied from review; a compromise between:
a) rate limit not taking into account that these actions do not send emails and
b) this rate limit also serving the purpose of preventing notification/email spam
Signed-off-by: biredel <67849440+biredel@users.noreply.github.com>1 parent dc0ed36 commit 11ec4f3
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- apps/files_sharing/lib/Controller
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
590 | | - | |
| 590 | + | |
591 | 591 | | |
592 | 592 | | |
593 | 593 | | |
| |||
0 commit comments