diff --git a/crates/common/src/config/groupware.rs b/crates/common/src/config/groupware.rs
index b580903a..9d5c75a9 100644
--- a/crates/common/src/config/groupware.rs
+++ b/crates/common/src/config/groupware.rs
@@ -45,32 +45,32 @@ impl GroupwareConfig {
max_lock_timeout: config.property("dav.lock.max-timeout").unwrap_or(3600),
max_locks_per_user: config.property("dav.locks.max-per-user").unwrap_or(10),
max_results: config.property("dav.response.max-results").unwrap_or(2000),
- max_vcard_size: config.property("contacts.max-size").unwrap_or(512 * 1024),
- max_ical_size: config.property("calendar.max-size").unwrap_or(512 * 1024),
default_calendar_name: config
.property_or_default::