mirror of
https://github.com/sigmasternchen/drnk.me
synced 2025-03-15 09:48:54 +00:00
feat: Set min length to 4
This commit is contained in:
parent
f9a1419608
commit
9fd3f3f8ec
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
require_once(ROOT . "/utils/error.php");
|
require_once(ROOT . "/utils/error.php");
|
||||||
|
|
||||||
const CANDIDATES_PER_ITERATION = 10;
|
const CANDIDATES_PER_ITERATION = 10;
|
||||||
const MIN_LENGTH = 3;
|
const MIN_LENGTH = 4;
|
||||||
const MAX_LENGTH = 20;
|
const MAX_LENGTH = 20;
|
||||||
|
|
||||||
const DEFAULT_SCHEMA = "http://";
|
const DEFAULT_SCHEMA = "http://";
|
||||||
|
|
Loading…
Reference in a new issue