feat: add default rate_limiting option

This commit is contained in:
VC
2022-11-15 09:27:09 +01:00
parent ec3956eabb
commit f371b8a297

View File

@@ -32,6 +32,7 @@ pub struct MastodonConfig {
pub struct ScootalooConfig {
pub db_path: String,
pub cache_path: String,
pub rate_limit: Option<usize>,
}
/// Parses the TOML file into a Config Struct