fix update not picking up fresh accounts

fix huge videos clogging up the queue
This commit is contained in:
Niko Storni 2018-10-11 17:21:05 -04:00
parent ea06ed54a6
commit a7b2bc816d
No known key found for this signature in database
GPG key ID: F37FE63398800368
4 changed files with 8 additions and 2 deletions

View file

@ -14,7 +14,7 @@ import (
)
const (
MaxReasonLength = 500
MaxReasonLength = 490
)
type APIConfig struct {