From f35f9d5d676674d1296a90d42748c149be5799f8 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Mon, 14 Oct 2024 14:06:41 +0200 Subject: [PATCH] config.php: increase default max_roll_count --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index ec73226d..20eaf03d 100644 --- a/inc/config.php +++ b/inc/config.php @@ -682,7 +682,7 @@ $config['allow_roll'] = false; // 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 $config['slugify'] = false;