diff options
Diffstat (limited to 'common/src/config.rs')
-rw-r--r-- | common/src/config.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/src/config.rs b/common/src/config.rs index 682fdd7..4ff1477 100644 --- a/common/src/config.rs +++ b/common/src/config.rs @@ -23,7 +23,6 @@ pub struct GlobalConfig { #[serde(default = "default::secrets_path")] pub secrets_path: PathBuf, #[serde(default = "default::transcoding_profiles")] pub transcoding_profiles: Vec<EncodingProfile>, #[serde(default = "default::max_in_memory_cache_size")] pub max_in_memory_cache_size: usize, - #[serde(default)] pub use_in_memory_import_storage: bool, #[serde(default)] pub admin_username: Option<String>, #[serde(default = "default::login_expire")] pub login_expire: i64, #[serde(default)] pub default_permission_set: PermissionSet, |