chore(core/config): add configuration options

This commit is contained in:
Paul Makles
2024-08-29 20:17:10 +01:00
parent f6c57b23b4
commit 949a0cf649
2 changed files with 93 additions and 16 deletions

View File

@@ -126,6 +126,8 @@ pub struct GlobalLimits {
pub server_channels: usize,
pub new_user_days: usize,
pub body_limit_size: usize,
}
#[derive(Deserialize, Debug, Clone)]