forked from GithubBackups/vichan
config.php: add op min and max body configuration options
This commit is contained in:
parent
d0de1d82d3
commit
8773fbb52b
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user