Increase author search keyword limit to 300

Whatever.
This commit is contained in:
Tetrakern 2024-04-26 13:22:40 +02:00
parent bc8937daa6
commit 9f9fe791e9

View File

@ -216,7 +216,7 @@ if ( ! defined( 'FICTIONEER_AJAX_POST_DEBOUNCE_RATE' ) ) {
// Integer: Author search keyword limit (use simple text input if exceeded)
if ( ! defined( 'FICTIONEER_AUTHOR_KEYWORD_SEARCH_LIMIT' ) ) {
define( 'FICTIONEER_AUTHOR_KEYWORD_SEARCH_LIMIT', 200 );
define( 'FICTIONEER_AUTHOR_KEYWORD_SEARCH_LIMIT', 300 );
}
// Integer: Update check timeout