feat: increased regular users' max sort keys to 2

possible use case, sorting by albumid, then size

moderators and above still have no limits
This commit is contained in:
Bobby Wibowo 2022-08-01 15:21:23 +07:00
parent ac38b6f06e
commit 164cadd8b9
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -1219,7 +1219,7 @@ self.list = async (req, res) => {
// Thresholds for regular users (usergroups lower than moderator)
const MAX_WILDCARDS_IN_KEY = 2
const MAX_TEXT_QUERIES = 3 // non-keyed keywords
const MAX_SORT_KEYS = 1
const MAX_SORT_KEYS = 2
const MAX_IS_KEYS = 1
const filterObj = {