added different format for high repeat counts

This commit is contained in:
Lilith Schier 2026-08-20 19:21:38 +02:00
parent 3db5d719d2
commit 0843c77473
2 changed files with 53 additions and 44 deletions

View file

@ -1,4 +1,4 @@
pub const MAX_DICE_COUNT_PER_ROLL: usize = 20_000;
pub const RESULT_CULL_CHARACTER_THRESHOLD: usize = 3000;
pub const MAX_DISPLAYED_DICE_PER_MESSAGE: usize = 100;
pub const MAX_ROLL_REPEATS: usize = 35;
pub const MAX_ROLL_REPEATS: usize = 100;