mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
change default keywords max quantity
This commit is contained in:
parent
ec77696d60
commit
d55c256c02
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ define('MAGNET_KT_MIN_LENGTH', 2);
|
|||
define('MAGNET_KT_MAX_LENGTH', 140);
|
||||
define('MAGNET_KT_REGEX', '/[\w]+/ui');
|
||||
define('MAGNET_KT_MIN_QUANTITY', 0);
|
||||
define('MAGNET_KT_MAX_QUANTITY', 10);
|
||||
define('MAGNET_KT_MAX_QUANTITY', 20);
|
||||
|
||||
define('MAGNET_TR_MIN_QUANTITY', 1);
|
||||
define('MAGNET_TR_MAX_QUANTITY', 50);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue