config.php: increase default max_roll_count

This commit is contained in:
Zankaria 2024-10-14 14:06:41 +02:00
parent e6b345f8cc
commit f35f9d5d67

View file

@ -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;