config.php: update min max op body length doc

This commit is contained in:
Zankaria 2024-11-27 23:12:58 +01:00
parent f100d8fcda
commit 5bd89a9437

View file

@ -556,11 +556,10 @@
// Requires $config['strip_combining_chars'] = true;
$config['max_combining_chars'] = 0;
// Maximum OP body length.
// Maximum OP body length. Ignored if force_body_op is set to false.
$config['max_body_op'] = 1800;
// Minimum OP body length.
// Minimum OP body length. Ignored if force_body_op is set to false.
$config['min_body_op'] = 0;
// Maximum post body length.
$config['max_body'] = 1800;
// Minimum post body length.