Commit dc0ed36
committed
fix(files_sharing): rate limit share creation 200 times per 10 minutes
Was unlimited before fbb7727 setting to 20/600s which proved to be too low for some legitimate human actions, e.g. chat messages with attachments in Talk. Fix that by bumping to some arbitrary higher value, until some clearer justification for having it lower or higher is determined.
Signed-off-by: biredel <67849440+biredel@users.noreply.github.com>1 parent 60d71a9 commit dc0ed36
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