Increase quota
This commit is contained in:
@@ -88,9 +88,9 @@ func (u User) MaxTitleLength() int {
|
||||
|
||||
func (u User) QuotaPerDay() int {
|
||||
if u.IsPro {
|
||||
return 5000
|
||||
return 15_000
|
||||
} else {
|
||||
return 50
|
||||
return 500
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user