config.php: add op min and max body configuration options

This commit is contained in:
Zankaria 2024-11-27 21:28:04 +01:00
parent d0de1d82d3
commit 8773fbb52b

View File

@ -576,6 +576,10 @@
// Maximum numbers of threads that can be created every hour on a board.
$config['max_threads_per_hour'] = 30;
// Maximum OP body length.
$config['max_body_op'] = 1800;
// 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.