mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-18 17:21:33 +00:00
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:
parent
ac38b6f06e
commit
164cadd8b9
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user