drop url_preview_max_spider_size to 384KB

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-30 15:29:56 -04:00 committed by June
parent 9cd25db955
commit 712cdef6c7
2 changed files with 3 additions and 3 deletions

View file

@ -721,7 +721,7 @@ fn default_ip_range_denylist() -> Vec<String> {
}
fn default_url_preview_max_spider_size() -> usize {
1_000_000 // 1MB
384_000 // 384KB
}
fn default_new_user_displayname_suffix() -> String { "🏳️‍⚧️".to_owned() }