mirror of
https://github.com/AnimeThemes/animethemes-server.git
synced 2026-07-11 01:24:46 +02:00
refactor: from reports to submissions (#1010)
This commit is contained in:
@@ -9,9 +9,9 @@ return [
|
||||
| Limits
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| These values represent caps on reports to prevent spam. By default,
|
||||
| a user is permitted 50 reports.
|
||||
| These values represent caps on submissions to prevent spam. By default,
|
||||
| a user is permitted 50 submissions.
|
||||
*/
|
||||
|
||||
'user_max_reports' => (int) env('USER_MAX_REPORTS', 50),
|
||||
'user_max_submissions' => (int) env('USER_MAX_SUBMISSIONS', 50),
|
||||
];
|
||||
Reference in New Issue
Block a user