forked from leftypol/leftypol
config.php: increase default max_roll_count
This commit is contained in:
parent
e6b345f8cc
commit
f35f9d5d67
1 changed files with 1 additions and 1 deletions
|
@ -682,7 +682,7 @@
|
||||||
$config['allow_roll'] = false;
|
$config['allow_roll'] = false;
|
||||||
|
|
||||||
// Maximum number of dice rolls per post.
|
// Maximum number of dice rolls per post.
|
||||||
$config['max_roll_count'] = 24;
|
$config['max_roll_count'] = 100;
|
||||||
|
|
||||||
// Use semantic URLs for threads, like /b/res/12345/daily-programming-thread.html
|
// Use semantic URLs for threads, like /b/res/12345/daily-programming-thread.html
|
||||||
$config['slugify'] = false;
|
$config['slugify'] = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue