Increase pro quota and bodysize

This commit is contained in:
2023-07-30 16:37:39 +02:00
parent 165c6d8614
commit ee9e858584
5 changed files with 33 additions and 47 deletions

View File

@@ -165,14 +165,6 @@ func (app *Application) GenerateRandomAuthKey() string {
return scn.RandomAuthKey()
}
func (app *Application) QuotaMax(ispro bool) int {
if ispro {
return 1000
} else {
return 50
}
}
func (app *Application) VerifyProToken(ctx *AppContext, token string) (bool, error) {
if strings.HasPrefix(token, "ANDROID|v1|") {